|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jade.util.WrapperException
jade.core.IMTPException
public class IMTPException
This exception is thrown when an error occurs in the communication with a remote object
| Constructor Summary | |
|---|---|
IMTPException(java.lang.String msg)
Constructs an IMTPException with the specified detail message. |
|
IMTPException(java.lang.String msg,
java.lang.Throwable t)
Constructs an IMTPException with the specified detail message,
wrapping the given Throwableobject. |
|
| Method Summary |
|---|
| Methods inherited from class jade.util.WrapperException |
|---|
getMessage, getNested, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IMTPException(java.lang.String msg)
IMTPException with the specified detail message.
msg - The detail message.
public IMTPException(java.lang.String msg,
java.lang.Throwable t)
IMTPException with the specified detail message,
wrapping the given Throwableobject.
msg - The detail message.t - The exception to wrap.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||