Class HttpException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        HttpException()
      Default constructor.
        HttpException​(java.lang.String message)  
        HttpException​(java.lang.String message, java.lang.Throwable cause)  
      protected HttpException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
    • 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

      • HttpException

        public HttpException()
        Default constructor.
      • HttpException

        public HttpException​(java.lang.String message)
        Parameters:
        message - The message
      • HttpException

        public HttpException​(java.lang.String message,
                             java.lang.Throwable cause)
        Parameters:
        message - The message
        cause - The throwable
      • HttpException

        protected HttpException​(java.lang.String message,
                                java.lang.Throwable cause,
                                boolean enableSuppression,
                                boolean writableStackTrace)
        Parameters:
        message - The message
        cause - The throwable
        enableSuppression - Enable suppression
        writableStackTrace - Writable stacktrace