Package fr.igred.omero.exception
Class AccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
omero.gateway.exception.DSAccessException
fr.igred.omero.exception.AccessException
- All Implemented Interfaces:
Serializable
Reports an error occurred while trying to pull out data from the server.
- See Also:
-
Constructor Summary
ConstructorDescriptionAccessException
(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.AccessException
(Throwable cause) Constructs a new exception with a general message and the cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessException
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- Short explanation of the problem.cause
- The exception that caused this one to be risen.
-
AccessException
Constructs a new exception with a general message and the cause.- Parameters:
cause
- The exception that caused this one to be risen.
-