| Package | Description |
|---|---|
| com.entrust.toolkit.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAlreadyLoggedInException
This exception is thrown if the user is already logged in and another attempt
is made to log in.
|
class |
UserBadPasswordException
This exception is thrown when a bad password is used.
|
class |
UserKeyManagementException
This exception is thrown when a non-fatal error occurs during user
key management (eg: key update).
|
class |
UserNotLoggedInException
This exception is thrown when an attempt is made to access information from
a
User object when it is not logged in. |