Package jade.imtp.leap
Class ICPDispatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.imtp.leap.ICPException
-
- jade.imtp.leap.ICPDispatchException
-
- All Implemented Interfaces:
Serializable
public class ICPDispatchException extends ICPException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ICPDispatchException(String msg, int sessionId)ICPDispatchException(String msg, Throwable nested, int sessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSessionId()-
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
-
-