public class UserRecoverException extends UserFatalException
User object, which MAY require that the user
be recovered.
Once this exception is thrown, the User and their
corresponding Digital Identity store MAY be corrupt, and thus should not
be used until a user recovery operation has been completed.
| Constructor and Description |
|---|
UserRecoverException(java.lang.String message)
Creates a
UserRecoverException with the indicated exception
message. |
UserRecoverException(java.lang.String message,
java.lang.Exception innerException)
Creates a
UserRecoverException with the indicated inner
exception, and exception message. |
getMessageChain, getMessageChainpublic UserRecoverException(java.lang.String message)
UserRecoverException with the indicated exception
message.message - a message explaining why the exception occurredpublic UserRecoverException(java.lang.String message,
java.lang.Exception innerException)
UserRecoverException with the indicated inner
exception, and exception message.
The inner exception provides a lower-level of detail as to why this exception has occurred.
message - a message explaining why the exception occurredinnerException - the inner exception