|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
org.apache.cocoon.util.location.LocatedException
org.apache.cocoon.ProcessingException
org.apache.cocoon.ConnectionResetException
This Exception is thrown every time a component detects an exception due to a connection reset by peer.
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 |
public ConnectionResetException(String message)
ConnectionResetException
instance.
message
- a String
valuepublic ConnectionResetException(String message, Throwable t)
ConnectionResetException
that references
a parent Exception.
message
- a String
valuet
- a Throwable
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |