Package rife.database.exceptions
Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.database.exceptions.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
- See Also:
-
Constructor Summary
ConstructorDescriptionDatabaseException
(String message) DatabaseException
(String message, Throwable cause) DatabaseException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DatabaseException
-
DatabaseException
-
DatabaseException
-