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