Package com.okta.idx.sdk.api.exception
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.okta.idx.sdk.api.exception.ProcessingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionProcessingException
(int httpStatus, String message) ProcessingException
(int httpStatus, String message, ErrorResponse errorResponse) ProcessingException
(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
-
ProcessingException
-
ProcessingException
-
ProcessingException
-
-
Method Details
-
getErrorResponse
-
getHttpStatus
public int getHttpStatus()
-