|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.objectxp.msg.MessageException
com.objectxp.mms.transport.TransportException
public class TransportException
A TransportException is thrown if a failure in a TransportImplementation
occurs.
| Constructor Summary | |
|---|---|
TransportException(java.lang.String msg)
|
|
TransportException(java.lang.String msg,
java.lang.Exception ex)
|
|
| Method Summary |
|---|
| Methods inherited from class com.objectxp.msg.MessageException |
|---|
getException, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransportException(java.lang.String msg)
public TransportException(java.lang.String msg,
java.lang.Exception ex)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||