Class OMEROServerError

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