public class RetryableException 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 |
|---|
RetryableException(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, toJsonValueaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RetryableException(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 © 2025 Open Identity Platform Community. All rights reserved.