Class HttpFailureException

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocalizedMessage()  
      abstract io.netty.handler.codec.http.HttpResponseStatus status()
      Returns the failure status.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • HttpFailureException

        protected HttpFailureException​(java.lang.String message,
                                       java.lang.Throwable cause)
      • HttpFailureException

        protected HttpFailureException​(java.lang.String message)
      • HttpFailureException

        protected HttpFailureException​(java.lang.Throwable cause)
    • Method Detail

      • status

        public abstract io.netty.handler.codec.http.HttpResponseStatus status()
        Returns the failure status.
        Returns:
        the failure status
      • getLocalizedMessage

        public java.lang.String getLocalizedMessage()
        Overrides:
        getLocalizedMessage in class java.lang.Throwable