| org.apache.cocoon.ProcessingException org.apache.cocoon.ConnectionResetException
ConnectionResetException | public class ConnectionResetException extends ProcessingException (Code) | | This Exception is thrown every time a component detects an exception
due to a connection reset by peer.
author: Berin Loritsch version: CVS $Id: ConnectionResetException.java 433543 2006-08-22 06:22:54Z crossley $ |
ConnectionResetException | public ConnectionResetException(String message)(Code) | | Construct a new ConnectionResetException instance.
Parameters: message - a String value |
ConnectionResetException | public ConnectionResetException(String message, Throwable t)(Code) | | Construct a new ConnectionResetException that references
a parent Exception.
Parameters: message - a String value Parameters: t - a Throwable value |
|
|