org.hibernate
Class HibernateException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.hibernate.HibernateException
org.hibernate.HibernateException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- AuditException, BatchFailedException, CacheException, CallbackException, IdentifierGenerationException, InstantiationException, JDBCException, LazyInitializationException, MappingException, MultipleBagFetchException, NonUniqueObjectException, NonUniqueResultException, NullSynchronizationException, OptimisticLockException, PersistentObjectException, PropertyAccessException, PropertyValueException, QueryException, SerializationException, SessionException, StaleStateException, TooManyRowsAffectedException, TransactionException, TransientObjectException, TypeMismatchException, UnknownProfileException, UnresolvableObjectException, ValidationFailure, WrongClassException
- public class HibernateException 
- extends RuntimeException
The base Throwable type for Hibernate.
 
 Note that all SQLExceptions will be wrapped in some form of 
 JDBCException.
- Author:
- Gavin King
- See Also:
- JDBCException, 
Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
HibernateException
public HibernateException(Throwable root)
HibernateException
public HibernateException(String string,
                          Throwable root)
HibernateException
public HibernateException(String s)
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.