public class PermanentException extends ResourceException
BAD_REQUEST, CONFLICT, FIELD_CAUSE, FIELD_CODE, FIELD_DETAIL, FIELD_MESSAGE, FIELD_REASON, FORBIDDEN, INTERNAL_ERROR, NOT_FOUND, NOT_SUPPORTED, UNAVAILABLE, VERSION_MISMATCH, VERSION_REQUIRED
Constructor and Description |
---|
PermanentException(int code,
String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
asPromise, getCode, getDetail, getException, getException, getException, getReason, getResourceApiVersion, includeCauseInJsonValue, isServerError, newResourceException, newResourceException, newResourceException, setDetail, setReason, setResourceApiVersion, toJsonValue
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PermanentException(int code, String message, Throwable cause)
code
- The numeric code of the exception.message
- The detail message.cause
- The exception which caused this exception to be thrown.Copyright © 2010-2018, ForgeRock All Rights Reserved.