com.easyjf.dbo
Class EasyDBOException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.easyjf.dbo.EasyDBOException
All Implemented Interfaces:
java.io.Serializable

public class EasyDBOException
extends java.lang.Exception

See Also:
Serialized Form

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

Constructor Detail

EasyDBOException

public EasyDBOException()

EasyDBOException

public EasyDBOException(java.lang.String msg)
Method Detail

getMessage

public java.lang.String getMessage()