|
|||||||||
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
org.simpleframework.transport.TransportException
public class TransportException
The TransportException
object is thrown when there
is a problem with the transport. Typically this is done thrown if
there is a problem reading or writing to the transport.
Constructor Summary | |
---|---|
TransportException(java.lang.String message)
Constructor for the TransportException object. |
|
TransportException(java.lang.String message,
java.lang.Throwable cause)
Constructor for the TransportException object. |
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 TransportException(java.lang.String message)
TransportException
object. If
there is a problem sending or reading from a transport then it
will throw a transport exception to report the error.
message
- this is the message associated with the errorpublic TransportException(java.lang.String message, java.lang.Throwable cause)
TransportException
object. If
there is a problem sending or reading from a transport then it
will throw a transport exception to report the error.
message
- this is the message associated with the errorcause
- this is the cause of the producer exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |