Package org.hibernate.envers.exception
Class NotAuditedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.envers.exception.AuditException
-
- org.hibernate.envers.exception.NotAuditedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotAuditedException extends AuditException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAuditedException(java.lang.String entityName, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEntityName()
-