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:
java.io.Serializable
public class ProcessingException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingException(int httpStatus, java.lang.String message)
ProcessingException(int httpStatus, java.lang.String message, ErrorResponse errorResponse)
ProcessingException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorResponse
getErrorResponse()
int
getHttpStatus()
-
-
-
Constructor Detail
-
ProcessingException
public ProcessingException(int httpStatus, java.lang.String message)
-
ProcessingException
public ProcessingException(java.lang.Throwable cause)
-
ProcessingException
public ProcessingException(int httpStatus, java.lang.String message, ErrorResponse errorResponse)
-
-
Method Detail
-
getErrorResponse
public ErrorResponse getErrorResponse()
-
getHttpStatus
public int getHttpStatus()
-
-