net.sf.ooweb.http
Class HandlingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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
-
getResponseState
public ResponseState getResponseState()
- Returns:
- the embedded ResponseState, if any, or null
Copyright (C) 2005-2007 OOWeb Authors.