Package com.oracle.bmc.auth.exception
Class AuthServerUnavailableException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.oracle.bmc.model.SdkRuntimeException
- 
- com.oracle.bmc.model.BmcException
- 
- com.oracle.bmc.auth.exception.AuthServerException
- 
- com.oracle.bmc.auth.exception.AuthServerUnavailableException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AuthServerUnavailableException extends AuthServerException Exception thrown when the authentication server is unavailable.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.oracle.bmc.model.BmcExceptionOPC_REQUEST_ID_HEADER
 
- 
 - 
Constructor SummaryConstructors Constructor Description AuthServerUnavailableException(BmcException e)AuthServerUnavailableException(String message, BmcException cause)
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanmatches(BmcException cause)Return true if the exception is a “server unavailable” exception.- 
Methods inherited from class com.oracle.bmc.model.BmcExceptioncreateClientSide, getAdditionalProperties, getMessage, getMessageArguments, getOpcRequestId, getOriginalMessage, getOriginalMessageTemplate, getServiceCode, getServiceDetails, getStatusCode, getUnmodifiedMessage, isClientSide, isTimeout
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
AuthServerUnavailableExceptionpublic AuthServerUnavailableException(BmcException e) 
 - 
AuthServerUnavailableExceptionpublic AuthServerUnavailableException(String message, BmcException cause) 
 
- 
 - 
Method Detail- 
matchespublic static boolean matches(BmcException cause) Return true if the exception is a “server unavailable” exception.- Parameters:
- cause- BMC exception to check
- Returns:
- true if the exception is a “server unavailable” exception
 
 
- 
 
-