Class OMEROServerError

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class OMEROServerError
    extends ServerError
    Reports an error occurred on the server.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OMEROServerError​(java.lang.String details, java.lang.Throwable cause)
      Constructs a new exception with the specified cause and detailed message.
      OMEROServerError​(java.lang.Throwable cause)
      Constructs a new exception with the specified cause and detailed message.
    • Method Summary

      • 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
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OMEROServerError

        public OMEROServerError​(java.lang.String details,
                                java.lang.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​(java.lang.Throwable cause)
        Constructs a new exception with the specified cause and detailed message.
        Parameters:
        cause - The exception that caused this one to be risen.