liquibase.exception
Class JDBCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by liquibase.exception.LiquibaseException
              extended by liquibase.exception.JDBCException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StatementNotSupportedOnDatabaseException

public class JDBCException
extends LiquibaseException

See Also:
Serialized Form

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

JDBCException

public JDBCException()

JDBCException

public JDBCException(java.lang.String message)

JDBCException

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

JDBCException

public JDBCException(java.lang.Throwable cause)