org.jfox.mx
Class MxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jfox.mx.MxException
All Implemented Interfaces:
java.io.Serializable

public class MxException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MxException()
           
MxException(java.lang.String message)
           
MxException(java.lang.String message, java.lang.Throwable cause)
           
MxException(java.lang.Throwable cause)
           
 
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

MxException

public MxException()

MxException

public MxException(java.lang.String message)

MxException

public MxException(java.lang.Throwable cause)

MxException

public MxException(java.lang.String message,
                   java.lang.Throwable cause)