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 $Id: ConnectionResetException.java,v 1.5 2002/02/22 07:03:48 cziegeler Exp $
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.
Parameters:
message - a String value

ConnectionResetException

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


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.