jade.mtp
Class MTPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jade.util.WrapperException
              extended by jade.mtp.MTPException
All Implemented Interfaces:
java.io.Serializable

public class MTPException
extends WrapperException

Generic exception class for MTP errors.

See Also:
Serialized Form

Constructor Summary
MTPException(java.lang.String msg)
          Constructor for exception class.
MTPException(java.lang.String msg, java.lang.Throwable t)
          Constructor for exception class.
 
Method Summary
 
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MTPException

public MTPException(java.lang.String msg)
Constructor for exception class.

Parameters:
msg - A message detailing the cause of the exception.

MTPException

public MTPException(java.lang.String msg,
                    java.lang.Throwable t)
Constructor for exception class.

Parameters:
msg - A message detailing the cause of the exception.
t - The exception wrapped by this object.