public class UserLoginException extends FaultException
arguments, errorCode, label| Constructor and Description |
|---|
UserLoginException(java.lang.String reason)
Constructor
|
UserLoginException(java.lang.String reason,
java.lang.Throwable cause)
Constructor
|
create, getArgs, getErrorCode, getLabel, setArgs, setErrorCode, setLabelpublic UserLoginException(java.lang.String reason)
reason - the reason for the errorpublic UserLoginException(java.lang.String reason,
java.lang.Throwable cause)
reason - the reason for the errorcause - the cause (which is saved for later retrieval
by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)