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
public class OMEROServerError extends ServerError
Reports an error occurred on the server.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class omero.ServerError
message, serialVersionUID, serverExceptionClass, serverStackTrace 
 - 
 
- 
Constructor Summary
Constructors Constructor Description OMEROServerError(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 Detail
- 
OMEROServerError
public OMEROServerError(String details, Throwable cause)
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
public OMEROServerError(Throwable cause)
Constructs a new exception with the specified cause and detailed message.- Parameters:
 cause- The exception that caused this one to be risen.
 
 - 
 
 -