public class AuthClientForbiddenException extends AuthClientException
Exception thrown when the client failed to authorize to the auth service using configured key suppliers
OPC_REQUEST_ID_HEADER| Constructor and Description |
|---|
AuthClientForbiddenException(BmcException e) |
AuthClientForbiddenException(String message,
BmcException cause) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
matches(BmcException cause)
Return true if the exception is a “client forbidden” exception.
|
createClientSide, getMessage, getMessageArguments, getOpcRequestId, getOriginalMessage, getOriginalMessageTemplate, getServiceCode, getServiceDetails, getStatusCode, getUnmodifiedMessage, isClientSide, isTimeoutaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthClientForbiddenException(BmcException e)
public AuthClientForbiddenException(String message, BmcException cause)
public static boolean matches(BmcException cause)
Return true if the exception is a “client forbidden” exception.
cause - BMC exception to checkCopyright © 2016–2024. All rights reserved.