ibspan.tss.agents.pra.server
Class InvalidRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.tss.agents.pra.server.InvalidRequestException
All Implemented Interfaces:
Serializable

public class InvalidRequestException
extends Exception

Thrown when HTTP request is invalid => when ExternalRequest cannot be created from HTTP request

Author:
Pawel Kaczmarek
See Also:
Serialized Form

Constructor Summary
InvalidRequestException()
           
InvalidRequestException(String arg0)
           
InvalidRequestException(String arg0, Throwable arg1)
           
InvalidRequestException(Throwable arg0)
           
 
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

InvalidRequestException

public InvalidRequestException()

InvalidRequestException

public InvalidRequestException(String arg0)

InvalidRequestException

public InvalidRequestException(Throwable arg0)

InvalidRequestException

public InvalidRequestException(String arg0,
                               Throwable arg1)