|
|||||||||
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 | +--jade.util.WrapperException | +--jade.core.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 Throwable object. |
Methods inherited from class jade.util.WrapperException |
getMessage,
getNested,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
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 Throwable
object.msg
- The detail message.t
- The exception to wrap.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |