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