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:
  • Constructor Details

    • 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.