|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.apache.avalon.framework.CascadingException | +--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.
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 |
public ConnectionResetException(java.lang.String message)
ConnectionResetException
instance.message
- a String
valuepublic ConnectionResetException(java.lang.String message, java.lang.Throwable t)
ConnectionResetException
that references
a parent Exception.message
- a String
valuet
- a Throwable
value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |