| Package | Description |
|---|---|
| com.entrust.toolkit.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
UALException
This exception is thrown when a non-recoverable error occurs while using
Entrust Unattended Login (UAL).
|
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 |
UserCancelledException
This exception is thrown in ELI when the user cancelled the login.
|
class |
UserCertificateRevokedException
This exception is thrown when the signing certificate is revoked.
|
class |
UserFailureException
This exception is the base class of the user's 'failure' exceptions.
|
class |
UserFatalException
This exception is thrown when a non-recoverable error occurs when accessing
information in a
User object. |
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. |
class |
UserRecoverException
This exception is thrown when a fatal error occurs while performing
operations on a
User object, which MAY require that the user
be recovered. |
class |
UserRetryException
This exception is the base class of a user's 'retry' exceptions.
|