org.apache.cocoon
Class ConnectionResetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.apache.cocoon.util.location.LocatedException
                  extended byorg.apache.cocoon.ProcessingException
                      extended byorg.apache.cocoon.ConnectionResetException
All Implemented Interfaces:
Locatable, LocatableException, MultiLocatable, org.apache.commons.lang.exception.Nestable, Serializable

public class ConnectionResetException
extends ProcessingException

This Exception is thrown every time a component detects an exception due to a connection reset by peer.

Version:
CVS $Id: ConnectionResetException.java 233343 2005-08-18 18:06:44Z sylvain $
Author:
Berin Loritsch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
ConnectionResetException(String message)
          Construct a new ConnectionResetException instance.
ConnectionResetException(String message, Throwable t)
          Construct a new ConnectionResetException that references a parent Exception.
 
Methods inherited from class org.apache.cocoon.ProcessingException
throwLocated, throwLocated
 
Methods inherited from class org.apache.cocoon.util.location.LocatedException
addCauseLocations, addLocation, ensureCauseChainIsSet, getLocation, getLocations, getMessage, getMessage, getRawMessage
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.util.location.MultiLocatable
addLocation, getLocations
 
Methods inherited from interface org.apache.cocoon.util.location.Locatable
getLocation
 

Constructor Detail

ConnectionResetException

public ConnectionResetException(String message)
Construct a new ConnectionResetException instance.

Parameters:
message - a String value

ConnectionResetException

public ConnectionResetException(String message,
                                Throwable t)
Construct a new ConnectionResetException that references a parent Exception.

Parameters:
message - a String value
t - a Throwable value


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.