|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.waveset.util.ExceptionWrapper
com.waveset.util.WavesetException
com.waveset.util.WSLoginException
com.waveset.util.WSFailedLoginException
com.waveset.util.WSUserDisabledException
Signals that user authentication failed
Nested Class Summary |
Nested classes inherited from class com.waveset.util.WSLoginException |
WSLoginException.LoginError |
Field Summary | |
static java.lang.String |
code_id
|
Constructor Summary | |
WSUserDisabledException()
Construct a WSUserDisabledException with no message or nested throwable. |
|
WSUserDisabledException(java.util.List msgs)
Construct a new WSUserDisabledException with a list of messages. |
|
WSUserDisabledException(Message msg)
Construct a new WSUserDisabledException with a detailed message supplied as a Message object. |
|
WSUserDisabledException(Message msg,
java.lang.String resName,
java.lang.String accountId,
int errorCode)
Construct a new WSUserDisabledException with a detailed message supplied as a Message object and an associated error code |
|
WSUserDisabledException(java.lang.String message)
Construct a new WSUserDisabledException with a detailed message. |
|
WSUserDisabledException(java.lang.Throwable e)
Construct a new WavesetException wrapping an existing exception. |
Methods inherited from class com.waveset.util.WSLoginException |
addLoginErrorInfo, addLoginErrorInfo, getLoginErrorInfo |
Methods inherited from class com.waveset.util.WavesetException |
addMessage, addMessage, breakpoint, checkBreakpoint, enableBreakpoint, getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessage, getMessageObject, getMessageObject, getMessageOnly, getMessages |
Methods inherited from class com.waveset.util.ExceptionWrapper |
addException, clearExceptions, describeException, getAllMessages, getException, getException, getExceptionCount, hasException, printStackTrace, printStackTrace, printStackTrace, removeException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public WSUserDisabledException()
public WSUserDisabledException(Message msg)
msg
- detail messagepublic WSUserDisabledException(Message msg, java.lang.String resName, java.lang.String accountId, int errorCode)
msg
- detail messageresName
- name of resource login error occurred onaccountId
- name of resource accountId login error occurred onerrorCode
- error codepublic WSUserDisabledException(java.util.List msgs)
msgs
- error messagespublic WSUserDisabledException(java.lang.String message)
public WSUserDisabledException(java.lang.Throwable e)
The existing exception will be embedded in the new one, and its message will become the default message for the WavesetException.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |