Package io.github.blyznytsiaorg.bibernate.exception
package io.github.blyznytsiaorg.bibernate.exception
-
ClassDescriptionException thrown to indicate an issue related to the data source in a Bibernate application.The base exception class for handling general runtime exceptions within a Bibernate application.Exception thrown to indicate an attempt to perform an operation on a closed session in a Bibernate application.Exception thrown to indicate a validation failure in the Bibernate framework.Exception thrown when there is an issue creating a class limitation.Exception thrown when an operation or method expects a collection to contain elements, but the provided collection is empty.Exception thrown to indicate an issue related to the connection pool in a program.Exception thrown to indicate that a collection of entities could not be found in a program.Exception thrown to indicate that an entity could not be found in a program.Exception thrown to indicate that the state of an entity in a Bibernate application was changed unexpectedly.Exception thrown to indicate a failure in matching properties during a comparison or matching operation in a program.Exception thrown to indicate an attempt to modify an immutable entity in a Bibernate application.Exception thrown to indicate an error or issue related to object mapping in a program.Exception thrown to indicate that an operation or functionality in a program expects the presence of a specific annotation, but the required annotation is missing.Exception thrown to indicate that a method in a Bibernate application is missing required parameters.Exception thrown to indicate that a query or operation resulted in a non-unique result in a runtime context.Exception thrown to indicate that no implementation is found for a custom repository in a Bibernate application.Exception thrown to indicate an issue related to repository method invocation in a Bibernate application.Exception thrown to indicate that an unsupported or invalid action type has been encountered in the Bibernate framework.Exception thrown to indicate that an unsupported or invalid data type has been encountered.Exception thrown to indicate that an unsupported or invalid return type has been encountered in the Bibernate framework.