public class UserFailureException extends UserException
| Constructor and Description |
|---|
UserFailureException(java.lang.String message)
Creates a
UserFailureException with the indicated exception
message. |
UserFailureException(java.lang.String message,
java.lang.Exception innerException)
Creates a
UserFailureException with the indicated inner
exception, and exception message. |
getMessageChain, getMessageChainpublic UserFailureException(java.lang.String message)
UserFailureException with the indicated exception
message.
message - a message explaining why the exception occurredpublic UserFailureException(java.lang.String message,
java.lang.Exception innerException)
UserFailureException with the indicated inner
exception, and exception message.
The inner exception provides a lower-level of detail as to why this exception has occured.
message - a message explaining why the exception occurredinnerException - the inner exception