org.mydm.core
Class MyDMException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mydm.core.MyDMException
All Implemented Interfaces:
java.io.Serializable

public class MyDMException
extends java.lang.Exception

Main MyDM Exception class

See Also:
Serialized Form

Constructor Summary
MyDMException()
           
MyDMException(java.lang.String string)
           
 
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

MyDMException

public MyDMException(java.lang.String string)
Parameters:
string -

MyDMException

public MyDMException()