Class StatementNotSupportedOnDatabaseException

All Implemented Interfaces:
Serializable

public class StatementNotSupportedOnDatabaseException extends DatabaseException
See Also:
  • Constructor Details

    • StatementNotSupportedOnDatabaseException

      public StatementNotSupportedOnDatabaseException(SqlStatement statement, Database database)
    • StatementNotSupportedOnDatabaseException

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

    • getReason

      public String getReason()