net.directj.csf
Class InvalidRequestException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.directj.csf.InvalidRequestException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRequestException
extends java.lang.Exception

Thrown when a request is not valid.

Version:
0.1.1
Author:
CARTAPANIS Alexandre <earendil@jprolog.net>
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidRequestException(java.lang.String _message)
          Constructs a new InvalidRequestException with the specified detail message.
InvalidRequestException(java.lang.Throwable _excp)
          Constructs a new InvalidRequestException with the specified cause.
 
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(java.lang.String _message)
Constructs a new InvalidRequestException with the specified detail message.

Parameters:
_message - The detail message.

InvalidRequestException

public InvalidRequestException(java.lang.Throwable _excp)
Constructs a new InvalidRequestException with the specified cause.

Parameters:
_excp - The cause.


Copyright © 2002 CARTAPANIS Alexandre
This page was last updated on May 10 2003