public class AuthServerUnavailableException extends AuthServerException
Exception thrown when the authentication server is unavailable.
OPC_REQUEST_ID_HEADER| Constructor and Description |
|---|
AuthServerUnavailableException(BmcException e) |
AuthServerUnavailableException(String message,
BmcException cause) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
matches(BmcException cause)
Return true if the exception is a “server unavailable” exception.
|
createClientSide, getMessage, getMessageArguments, getOpcRequestId, getOriginalMessage, getOriginalMessageTemplate, getServiceCode, getServiceDetails, getStatusCode, getUnmodifiedMessage, isClientSide, isTimeoutaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthServerUnavailableException(BmcException e)
public AuthServerUnavailableException(String message, BmcException cause)
public static boolean matches(BmcException cause)
Return true if the exception is a “server unavailable” exception.
cause - BMC exception to checkCopyright © 2016–2024. All rights reserved.