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 SummaryConstructorsConstructorDescriptionProcessingException(int httpStatus, String message) ProcessingException(int httpStatus, String message, ErrorResponse errorResponse) ProcessingException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ProcessingException
- 
ProcessingException
- 
ProcessingException
 
- 
- 
Method Details- 
getErrorResponse
- 
getHttpStatuspublic int getHttpStatus()
 
-