Package fr.igred.omero.exception
Class OMEROServerError
java.lang.Object
java.lang.Throwable
java.lang.Exception
Ice.UserException
omero.ServerError
fr.igred.omero.exception.OMEROServerError
- All Implemented Interfaces:
Serializable
,Cloneable
Reports an error occurred on the server.
- See Also:
-
Field Summary
Fields inherited from class omero.ServerError
message, serverExceptionClass, serverStackTrace
-
Constructor Summary
ConstructorsConstructorDescriptionOMEROServerError
(String details, Throwable cause) Constructs a new exception with the specified cause and detailed message.OMEROServerError
(Throwable cause) Constructs a new exception with the specified cause and detailed message. -
Method Summary
Methods inherited from class omero.ServerError
__readImpl, __writeImpl, ice_name
Methods inherited from class Ice.UserException
__read, __read, __readImpl, __usesClasses, __write, __write, __writeImpl, clone, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OMEROServerError
Constructs a new exception with the specified cause and detailed message.- Parameters:
details
- Short explanation of the problem.cause
- The exception that caused this one to be risen.
-
OMEROServerError
Constructs a new exception with the specified cause and detailed message.- Parameters:
cause
- The exception that caused this one to be risen.
-