Package com.okta.commons.http
Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.okta.commons.http.HttpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequestAuthenticationException
- Since:
- 0.5.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpException(String s, Throwable cause) HttpException(String s, Throwable cause, boolean retryable) HttpException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpException
-
HttpException
-
HttpException
-
HttpException
-
-
Method Details
-
isRetryable
public boolean isRetryable()
-