Class DbQueryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanException, ColumnsRequiredException, FieldsRequiredException, SequenceNameRequiredException, SequenceOperationRequiredException, TableNameOrFieldsRequiredException, TableNameRequiredException, UnsupportedSqlFeatureException

public class DbQueryException extends RuntimeException
See Also:
  • Constructor Details

    • DbQueryException

      public DbQueryException(String message)
    • DbQueryException

      public DbQueryException(String message, Throwable cause)