com.netriser.xmltestsuite
Class NoResponseToProcess

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.netriser.xmltestsuite.NoResponseToProcess
All Implemented Interfaces:
java.io.Serializable

public class NoResponseToProcess
extends java.lang.Exception

Author:
david Exception thrown when processing a step for a http response which doesn't exist. For example, in a previous step the server returned a404 Errur. Subsequent steps which reference this respone will be invalid, and will catch this exception when processing the response.
See Also:
Serialized Form

Constructor Summary
NoResponseToProcess()
          Constructor for NoResponseToProcess.
NoResponseToProcess(java.lang.String s)
          Constructor for NoResponseToProcess.
NoResponseToProcess(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor for NoResponseToProcess.
NoResponseToProcess(java.lang.Throwable arg0)
          Constructor for NoResponseToProcess.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoResponseToProcess

public NoResponseToProcess()
Constructor for NoResponseToProcess.


NoResponseToProcess

public NoResponseToProcess(java.lang.String s)
Constructor for NoResponseToProcess.

Parameters:
s -

NoResponseToProcess

public NoResponseToProcess(java.lang.String arg0,
                           java.lang.Throwable arg1)
Constructor for NoResponseToProcess.

Parameters:
arg0 -
arg1 -

NoResponseToProcess

public NoResponseToProcess(java.lang.Throwable arg0)
Constructor for NoResponseToProcess.

Parameters:
arg0 -