org.apache.cocoon
Class ConnectionResetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.cocoon.ProcessingException
                          |
                          +--org.apache.cocoon.ConnectionResetException
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.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 $Revision: 1.1.1.1.2.1 $ $Date: 2001/10/11 08:56:04 $
Author:
Berin Loritsch
See Also:
Serialized Form

Constructor Summary
ConnectionResetException(java.lang.String message)
          Construct a new ConnectionResetException instance.
ConnectionResetException(java.lang.String message, java.lang.Throwable t)
          Construct a new ConnectionResetException that references a parent Exception.
 
Methods inherited from class org.apache.cocoon.ProcessingException
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionResetException

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

ConnectionResetException

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


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.