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