org.opentox.pol.mysql
Class DbException

Package class diagram package DbException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opentox.pol.mysql.DbException
All Implemented Interfaces:
Serializable

public class DbException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
DbException()
           
DbException(String message)
           
DbException(String message, Throwable cause)
           
DbException(Throwable cause)
           
 
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

DbException

public DbException()

DbException

public DbException(String message)

DbException

public DbException(String message,
                   Throwable cause)

DbException

public DbException(Throwable cause)


Copyright © 2010-2011 OpenTox project. All Rights Reserved.