public class UserFatalException extends UserException
User object.| Constructor and Description |
|---|
UserFatalException(java.lang.String message)
Creates a
UserFatalException with the indicated exception
message. |
UserFatalException(java.lang.String message,
java.lang.Exception innerException)
Creates a
UserFatalException with the indicated inner
exception, and exception message. |
getMessageChain, getMessageChainpublic UserFatalException(java.lang.String message)
UserFatalException with the indicated exception
message.message - a message explaining why the exception occurredpublic UserFatalException(java.lang.String message,
java.lang.Exception innerException)
UserFatalException 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