org.hibernate.envers.exception
Class AuditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.envers.exception.AuditException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NotAuditedException, RevisionDoesNotExistException
public class AuditException
- extends HibernateException
- 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-2012 Red Hat, Inc. All Rights Reserved.