Class ProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.okta.idx.sdk.api.exception.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException extends Exception
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException(int httpStatus, String message)
    • ProcessingException

      public ProcessingException(Throwable cause)
    • ProcessingException

      public ProcessingException(int httpStatus, String message, ErrorResponse errorResponse)
  • Method Details

    • getErrorResponse

      public ErrorResponse getErrorResponse()
    • getHttpStatus

      public int getHttpStatus()