Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

uk.ac.roslin.ensembl.exception
Class DAOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.roslin.ensembl.exception.EnsemblException
              extended by uk.ac.roslin.ensembl.exception.DAOException
All Implemented Interfaces:
Serializable

public class DAOException
extends EnsemblException

See Also:
Serialized Form

Constructor Summary
DAOException()
           
DAOException(Exception parentException)
           
DAOException(String message)
           
DAOException(String message, Exception parentException)
           
 
Method Summary
 
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

DAOException

public DAOException()

DAOException

public DAOException(String message)

DAOException

public DAOException(String message,
                    Exception parentException)

DAOException

public DAOException(Exception parentException)

Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3