Package jade.imtp.leap
Class ICPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.imtp.leap.ICPException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionDropped,ICPDispatchException
public class ICPException extends WrapperException
Generic exception class for ICP errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ICPException(String msg)ICPException(String msg, Throwable t)
-
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
-
-