|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.security.auth.spi.InputValidationException
public class InputValidationException
The InputValidationException
is thrown by the InputValidator
s to indicate that information supplied
by clients (e.g. username and password) is not valid (has unexpected tokens, doens't adhere to a pre-defined pattern,
etc).
Constructor Summary | |
---|---|
InputValidationException()
Creates an instance of InputValidationException . |
|
InputValidationException(String message)
Creates an instance of InputValidationException with the specified error message. |
|
InputValidationException(String message,
Throwable cause)
Creates an instance of InputValidationException with the specified message and cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InputValidationException()
Creates an instance of InputValidationException
.
public InputValidationException(String message)
Creates an instance of InputValidationException
with the specified error message.
message
- a String
representing the exception's message.public InputValidationException(String message, Throwable cause)
Creates an instance of InputValidationException
with the specified message and cause.
message
- a String
representing the exception's message.cause
- a Throwable
representing the cause of the exception, if available.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |