Package com.oracle.bmc.auth.exception
Class AuthServerException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthServerUnavailableException
public class AuthServerException extends BmcException
Exception thrown when something goes wrong on the authentication server.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.oracle.bmc.model.BmcException
OPC_REQUEST_ID_HEADER
-
-
Constructor Summary
Constructors Constructor Description AuthServerException(BmcException e)
AuthServerException(String message, BmcException cause)
-
Method Summary
-
Methods inherited from class com.oracle.bmc.model.BmcException
createClientSide, getAdditionalProperties, getMessage, getMessageArguments, getOpcRequestId, getOriginalMessage, getOriginalMessageTemplate, getServiceCode, getServiceDetails, getStatusCode, getUnmodifiedMessage, isClientSide, isTimeout
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthServerException
public AuthServerException(BmcException e)
-
AuthServerException
public AuthServerException(String message, BmcException cause)
-
-