com.waveset.util
Class WSMaxQuestionLoginsExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.waveset.util.ExceptionWrapper
com.waveset.util.WavesetException
com.waveset.util.WSLoginException
com.waveset.util.WSFailedLoginException
com.waveset.util.WSMaxQuestionLoginsExceededException
- All Implemented Interfaces:
- java.io.Serializable
- public class WSMaxQuestionLoginsExceededException
- extends WSFailedLoginException
Signals that user authentication failed
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
code_id
|
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 |
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
WSMaxQuestionLoginsExceededException
public WSMaxQuestionLoginsExceededException()
- Construct a WSMaxQuestionLoginsExceededException with no message or nested throwable.
WSMaxQuestionLoginsExceededException
public WSMaxQuestionLoginsExceededException(Message msg)
- Construct a new WSMaxQuestionLoginsExceededException with a detailed message
supplied as a Message object.
- Parameters:
msg
- detail message
WSMaxQuestionLoginsExceededException
public WSMaxQuestionLoginsExceededException(java.util.List msgs)
- Construct a new WSMaxQuestionLoginsExceededException with a list of messages.
- Parameters:
msgs
- error messages
WSMaxQuestionLoginsExceededException
public WSMaxQuestionLoginsExceededException(java.lang.String message)
- Construct a new WSMaxQuestionLoginsExceededException with a detailed message.
WSMaxQuestionLoginsExceededException
public WSMaxQuestionLoginsExceededException(java.lang.Throwable e)
- Construct a new WavesetException wrapping an existing exception.
The existing exception will be embedded in the new
one, and its message will become the default message for
the WavesetException.