Class HttpException

    • Constructor Summary

      Constructors 
      Constructor Description
      HttpException​(java.lang.String s)  
      HttpException​(java.lang.String s, java.lang.Throwable cause)  
      HttpException​(java.lang.String s, java.lang.Throwable cause, boolean retryable)  
      HttpException​(java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRetryable()  
      • 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​(java.lang.String s)
      • HttpException

        public HttpException​(java.lang.Throwable cause)
      • HttpException

        public HttpException​(java.lang.String s,
                             java.lang.Throwable cause)
      • HttpException

        public HttpException​(java.lang.String s,
                             java.lang.Throwable cause,
                             boolean retryable)
    • Method Detail

      • isRetryable

        public boolean isRetryable()