Package org.hibernate.envers.exception
Class AuditException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.envers.exception.AuditException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NotAuditedException
,RevisionDoesNotExistException
public class AuditException extends HibernateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuditException(java.lang.String message)
AuditException(java.lang.String message, java.lang.Throwable cause)
AuditException(java.lang.Throwable cause)
-