|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestableException | |
net.sf.hibernate | |
net.sf.hibernate.cache | |
net.sf.hibernate.exception | |
net.sf.hibernate.id | |
net.sf.hibernate.type |
Uses of NestableException in net.sf.hibernate |
Subclasses of NestableException in net.sf.hibernate | |
class |
CallbackException
Should be thrown by persistent objects from Lifecycle or Interceptor callbacks. |
class |
HibernateException
Any exception that occurs inside the persistence layer or JDBC driver. |
class |
InstantiationException
Thrown if Hibernate can't instantiate an entity or component class at runtime. |
class |
JDBCException
Wraps an SQLException. |
class |
MappingException
An exception that usually occurs at configuration time, rather than runtime, as a result of something screwy in the O-R mappings. |
class |
NonUniqueObjectException
This exception is thrown when an operation would break session-scoped identity. |
class |
NonUniqueResultException
Thrown when the application calls Query.uniqueResult() and the query returned more than one result. |
class |
ObjectDeletedException
Thrown when the user tries to do something illegal with a deleted object. |
class |
ObjectNotFoundException
Thrown when Session.load() fails to select a row with the given primary key (identifier value). |
class |
PersistentObjectException
Throw when the user passes a persistent instance to a Session method that expects a transient instance. |
class |
PropertyAccessException
A problem occurred accessing a property of an instance of a persistent class by reflection, or via CGLIB. |
class |
PropertyNotFoundException
Indicates that an expected getter or setter method could not be found on a class. |
class |
PropertyValueException
Thrown when the (illegal) value of a property can not be persisted. |
class |
QueryException
A problem occurred translating a Hibernate query to SQL due to invalid query syntax, etc. |
class |
StaleObjectStateException
Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning). |
class |
TransactionException
Indicates that a transaction could not be begun, committed or rolled back. |
class |
TransientObjectException
Throw when the user passes a transient instance to a Session method that expects a persistent instance. |
class |
UnresolvableObjectException
Thrown when Hibernate could not resolve an object by id, especially when loading an association. |
class |
ValidationFailure
Thrown from Validatable.validate() when an invariant was violated. |
class |
WrongClassException
Thrown when Session.load() selects a row with the given primary key (identifier value) but the row's discriminator value specifies a subclass that is not assignable to the class requested by the user. |
Uses of NestableException in net.sf.hibernate.cache |
Subclasses of NestableException in net.sf.hibernate.cache | |
class |
CacheException
Something went wrong in the cache |
Uses of NestableException in net.sf.hibernate.exception |
Subclasses of NestableException in net.sf.hibernate.exception | |
class |
ConstraintViolationException
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint. |
class |
GenericJDBCException
Generic, non-specific JDBCException. |
class |
JDBCConnectionException
Implementation of JDBCConnectionException. |
class |
LockAcquisitionException
Implementation of LockAcquisitionException. |
class |
SQLGrammarException
Implementation of JDBCException indicating that the SQL sent to the database server was invalid (syntax error, invalid object references, etc). |
Uses of NestableException in net.sf.hibernate.id |
Subclasses of NestableException in net.sf.hibernate.id | |
class |
IdentifierGenerationException
Thrown by IdentifierGenerator implementation class when ID generation fails. |
Uses of NestableException in net.sf.hibernate.type |
Subclasses of NestableException in net.sf.hibernate.type | |
class |
SerializationException
Thrown when a property cannot be serializaed/deserialized |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |