Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » [javadoc | source]
org.apache.cocoon
public class: ConnectionResetException [javadoc | source]
java.lang.Object
   org.apache.commons.lang.exception.NestableException
      org.apache.cocoon.util.location.LocatedException
         org.apache.cocoon.ProcessingException
            org.apache.cocoon.ConnectionResetException

All Implemented Interfaces:
    LocatableException, MultiLocatable

This Exception is thrown every time a component detects an exception due to a connection reset by peer.
Constructor:
 public ConnectionResetException(String message) 
    Construct a new ConnectionResetException instance.
    Parameters:
    message - a String value
 public ConnectionResetException(String message,
    Throwable t) 
    Construct a new ConnectionResetException that references a parent Exception.
    Parameters:
    message - a String value
    t - a Throwable value
Methods from org.apache.cocoon.ProcessingException:
throwLocated,   throwLocated
Methods from org.apache.cocoon.util.location.LocatedException:
addCauseLocations,   addLocation,   ensureCauseChainIsSet,   getLocation,   getLocations,   getMessage,   getMessage,   getRawMessage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait