Package jade.mtp
Class MTPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.mtp.MTPException
-
- All Implemented Interfaces:
Serializable
public class MTPException extends WrapperException
Generic exception class for MTP errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MTPException(String msg)Constructor for exception class.MTPException(String msg, Throwable t)Constructor for exception class.
-
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
-
MTPException
public MTPException(String msg)
Constructor for exception class.- Parameters:
msg- A message detailing the cause of the exception.
-
-