public class AuthenticationException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
AuthenticationException(AuthenticationExceptionCause cause,
java.lang.String message)
Constructs the AuthenticationException class.
|
AuthenticationException(AuthenticationExceptionCause cause,
java.lang.String message,
java.lang.Throwable e)
Constructs the AuthenticationException class.
|
AuthenticationException(AuthenticationExceptionCause cause,
java.lang.Throwable e)
Constructs the AuthenticationException class.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExceptionCause |
getCloudHsmExceptionCause()
To get the cause of AuthenticationException class.
|
public AuthenticationException(AuthenticationExceptionCause cause, java.lang.String message)
cause - Specify the cause of the exception using AuthenticationExceptionCause enummessage - Specify the exception messagepublic AuthenticationException(AuthenticationExceptionCause cause, java.lang.Throwable e)
cause - Specify the cause of the exception using AuthenticationExceptionCause enume - Specify the cause of the exception using Throwablepublic AuthenticationException(AuthenticationExceptionCause cause, java.lang.String message, java.lang.Throwable e)
cause - Specify the cause of the exception using AuthenticationExceptionCause enummessage - Specify the exception messagee - Specify the cause of the exception using Throwablepublic AuthenticationExceptionCause getCloudHsmExceptionCause()