org.hibernate.envers.exception
Class AuditException
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
                   org.hibernate.envers.exception.AuditException
org.hibernate.envers.exception.AuditException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- NotAuditedException, RevisionDoesNotExistException
- public class AuditException 
- extends HibernateException
- Author:
- Adam Warski (adam at warski dot org)
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AuditException
public AuditException(String message)
AuditException
public AuditException(String message,
                      Throwable cause)
AuditException
public AuditException(Throwable cause)
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.