org.mantisbt.connect
Class MCException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mantisbt.connect.MCException
All Implemented Interfaces:
java.io.Serializable

public class MCException
extends java.lang.Exception

Author:
Peter Lanser, planser@users.sourceforge.net
See Also:
Serialized Form

Constructor Summary
MCException(java.lang.String msg)
           
MCException(java.lang.String msg, java.lang.Throwable t)
           
MCException(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MCException

public MCException(java.lang.String msg,
                   java.lang.Throwable t)

MCException

public MCException(java.lang.String msg)

MCException

public MCException(java.lang.Throwable t)