Class DatabaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BatchExecutionErrorException, ConnectionCloseErrorException, ConnectionMetaDataErrorException, ConnectionOpenErrorException, ConnectionStatusErrorException, DatasourcesException, DriverInstantiationErrorException, DriverNameRetrievalErrorException, ExecutionErrorException, IncompatibleManyToOneValueTypeException, IncompatibleValidationTypeException, MissingDefaultConstructorException, MissingManyToManyTypeInformationException, MissingManyToOneAssociationTypeInformationException, MissingManyToOneColumnException, MissingManyToOneMainPropertyException, MissingManyToOneTableException, MissingResultsException, NoParametersException, NoParametrizedQueryException, ParameterDoesntExistException, PreparedStatementCreationErrorException, RollbackException, RowProcessorErrorException, StatementCloseErrorException, StatementCreationErrorException, TransactionErrorException, UndefinedVirtualParameterException, UnsupportedDriverNameException, UnsupportedManyToManyPropertyTypeException, UnsupportedManyToManyValueTypeException, UnsupportedManyToOneAssociationPropertyTypeException, UnsupportedManyToOneValueTypeException, UnsupportedVirtualParameterTypeException

public class DatabaseException extends RuntimeException
See Also:
  • Constructor Details

    • DatabaseException

      public DatabaseException(String message)
    • DatabaseException

      public DatabaseException(String message, Throwable cause)
    • DatabaseException

      public DatabaseException(Throwable cause)