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