liquibase.exception
Class StatementNotSupportedOnDatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.DatabaseException
liquibase.exception.StatementNotSupportedOnDatabaseException
- All Implemented Interfaces:
- Serializable
public class StatementNotSupportedOnDatabaseException
- extends DatabaseException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StatementNotSupportedOnDatabaseException
public StatementNotSupportedOnDatabaseException(SqlStatement statement,
Database database)
StatementNotSupportedOnDatabaseException
public StatementNotSupportedOnDatabaseException(String reason,
SqlStatement statement,
Database database)
getReason
public String getReason()
Copyright © 2013 Liquibase.org. All Rights Reserved.