public class InvalidRequestException extends Exception
| Constructor and Description |
|---|
InvalidRequestException(String message)
Constructs a new
InvalidRequestException with the specified
detail message. |
InvalidRequestException(String message,
Throwable cause)
Constructs a new
InvalidRequestException with the specified
detail message and cause exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidRequestException(String message, Throwable cause)
InvalidRequestException with the specified
detail message and cause exception.message - the message, can be null.cause - the cause exception, can be null.public InvalidRequestException(String message)
InvalidRequestException with the specified
detail message.message - the message, can be null.See http://www.xins.org/.