liquibase.exception
Class StatementNotSupportedOnDatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by liquibase.exception.LiquibaseException
              extended by liquibase.exception.DatabaseException
                  extended by liquibase.exception.StatementNotSupportedOnDatabaseException
All Implemented Interfaces:
Serializable

public class StatementNotSupportedOnDatabaseException
extends DatabaseException

See Also:
Serialized Form

Constructor Summary
StatementNotSupportedOnDatabaseException(SqlStatement statement, Database database)
           
StatementNotSupportedOnDatabaseException(String reason, SqlStatement statement, Database database)
           
 
Method Summary
 String getReason()
           
 
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

StatementNotSupportedOnDatabaseException

public StatementNotSupportedOnDatabaseException(SqlStatement statement,
                                                Database database)

StatementNotSupportedOnDatabaseException

public StatementNotSupportedOnDatabaseException(String reason,
                                                SqlStatement statement,
                                                Database database)
Method Detail

getReason

public String getReason()


Copyright © 2013 Liquibase.org. All Rights Reserved.