|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.ProtocolException
net.dpml.transit.TransitException
public class TransitException
Exception to indicate that there was an exception related to the transit protocol.
Constructor Summary | |
---|---|
TransitException(java.lang.String message)
Construct a new TransitException instance. |
|
TransitException(java.lang.String message,
java.lang.Throwable cause)
Construct a new TransitException instance. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransitException(java.lang.String message)
TransitException
instance.
message
- The detail message for this exception.public TransitException(java.lang.String message, java.lang.Throwable cause)
TransitException
instance.
message
- The detail message for this exception.cause
- the root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |