Package com.oracle.bmc.auth.exception
Class AuthClientException
- 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.AuthClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthClientForbiddenException
,AuthClientNotAuthorizedException
public class AuthClientException extends BmcException
Authentication client exception.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.oracle.bmc.model.BmcException
OPC_REQUEST_ID_HEADER
-
-
Constructor Summary
Constructors Constructor Description AuthClientException(String message, BmcException cause)
Create a wrapper around an authentication client exception.
-
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
-
AuthClientException
public AuthClientException(String message, BmcException cause)
Create a wrapper around an authentication client exception.- Parameters:
message
- messagecause
- BMC exception that indicated this is an authentication client exception
-
-