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