Package org.hibernate.envers.exception
Class NotAuditedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.envers.exception.AuditException
-
- org.hibernate.envers.exception.NotAuditedException
-
- All Implemented Interfaces:
Serializable
public class NotAuditedException extends AuditException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAuditedException(String entityName, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntityName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-