net.sf.ooweb.http
Class HandlingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.ooweb.http.HandlingException
All Implemented Interfaces:
java.io.Serializable

public class HandlingException
extends java.lang.Exception

HandlingException

Since:
0.7
Author:
Darren Davison
See Also:
Serialized Form

Constructor Summary
HandlingException()
           
HandlingException(ResponseState responseState)
           
HandlingException(java.lang.String arg0)
           
HandlingException(java.lang.String arg0, java.lang.Throwable arg1)
           
HandlingException(java.lang.Throwable arg0)
           
 
Method Summary
 ResponseState getResponseState()
           
 
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

HandlingException

public HandlingException()

HandlingException

public HandlingException(java.lang.String arg0)
Parameters:
arg0 -

HandlingException

public HandlingException(java.lang.String arg0,
                         java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

HandlingException

public HandlingException(java.lang.Throwable arg0)
Parameters:
arg0 -

HandlingException

public HandlingException(ResponseState responseState)
Parameters:
responseState -
Method Detail

getResponseState

public ResponseState getResponseState()
Returns:
the embedded ResponseState, if any, or null


Copyright (C) 2005-2007 OOWeb Authors.