public class ProcessingException
extends java.lang.Exception
| Constructor and Description |
|---|
ProcessingException(int httpStatus,
java.lang.String message) |
ProcessingException(int httpStatus,
java.lang.String message,
ErrorResponse errorResponse) |
ProcessingException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
getErrorResponse() |
int |
getHttpStatus() |
public ProcessingException(int httpStatus,
java.lang.String message)
public ProcessingException(java.lang.Throwable cause)
public ProcessingException(int httpStatus,
java.lang.String message,
ErrorResponse errorResponse)
public ErrorResponse getErrorResponse()
public int getHttpStatus()
Copyright © 2020-2022 Okta. All Rights Reserved.