All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.orientechnologies.orient.client.ONotSendRequestException Maven / Gradle / Ivy

There is a newer version: 3.2.35
Show newest version
package com.orientechnologies.orient.client;

import com.orientechnologies.common.exception.OSystemException;

public class ONotSendRequestException extends OSystemException {
  public ONotSendRequestException(OSystemException exception) {
    super(exception);
  }

  public ONotSendRequestException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy