Class RequestHandler.RequestHandlerException

    • Constructor Summary

      Constructors 
      Constructor Description
      RequestHandlerException​(java.lang.String message)
      Constructs a new RequestHandlerException.
      RequestHandlerException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new RequestHandlerException.
      RequestHandlerException​(java.lang.Throwable cause)
      Constructs a new RequestHandlerException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • RequestHandlerException

        public RequestHandlerException​(java.lang.String message)
        Constructs a new RequestHandlerException.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • RequestHandlerException

        public RequestHandlerException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Constructs a new RequestHandlerException.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
      • RequestHandlerException

        public RequestHandlerException​(java.lang.Throwable cause)
        Constructs a new RequestHandlerException.
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).