Package jade.core
Class IMTPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.core.IMTPException
-
- All Implemented Interfaces:
Serializable
public class IMTPException extends WrapperException
This exception is thrown when an error occurs in the communication with a remote object- Author:
- Giovanni Caire - TILAB, Nicolas Lhuillier - Motorola
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IMTPException(String msg)Constructs anIMTPExceptionwith the specified detail message.IMTPException(String msg, Throwable t)Constructs anIMTPExceptionwith the specified detail message, wrapping the givenThrowableobject.
-
Method Summary
-
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IMTPException
public IMTPException(String msg)
Constructs anIMTPExceptionwith the specified detail message.- Parameters:
msg- The detail message.
-
-