net.sf.colle.web
Class ResponseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.colle.util.OuterRuntimeException
                  extended bynet.sf.colle.web.ResponseException
All Implemented Interfaces:
Serializable

public class ResponseException
extends OuterRuntimeException

Stops processing a request after a redirect or other type of response is sent. Created: 23 Jun 2003

Version:
$Revision: 1.2 $, $Date: 2004/09/13 05:15:31 $
Author:
Dwayne Schultz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ResponseException()
          Constructs a login exception.
ResponseException(String psMessage)
          Constructs a login exception.
ResponseException(String psMessage, Throwable pxCause)
          Constructs a login exception.
ResponseException(Throwable pxCause)
          Constructs a login exception.
 
Methods inherited from class net.sf.colle.util.OuterRuntimeException
getInnerThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseException

public ResponseException()
Constructs a login exception.


ResponseException

public ResponseException(String psMessage)
Constructs a login exception.


ResponseException

public ResponseException(Throwable pxCause)
Constructs a login exception.


ResponseException

public ResponseException(String psMessage,
                         Throwable pxCause)
Constructs a login exception.