org.xins.server
Class InvalidRequestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xins.server.InvalidRequestException
All Implemented Interfaces:
Serializable

public class InvalidRequestException
extends Exception

Exception that indicates that an incoming request is considered invalid.

Version:
$Revision: 1.13 $ $Date: 2008/07/04 10:22:51 $
Author:
Ernst de Haan
See Also:
Serialized Form

Constructor Summary
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.
 
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

InvalidRequestException

public InvalidRequestException(String message,
                               Throwable cause)
Constructs a new InvalidRequestException with the specified detail message and cause exception.

Parameters:
message - the message, can be null.
cause - the cause exception, can be null.

InvalidRequestException

public InvalidRequestException(String message)
Constructs a new InvalidRequestException with the specified detail message.

Parameters:
message - the message, can be null.


See http://www.xins.org/.