Package org.hibernate.envers.exception
Class RevisionDoesNotExistException
- 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.RevisionDoesNotExistException
-
- All Implemented Interfaces:
Serializable
public class RevisionDoesNotExistException extends AuditException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RevisionDoesNotExistException(Number revision)
RevisionDoesNotExistException(LocalDateTime localDateTime)
RevisionDoesNotExistException(Date date)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDate()
LocalDateTime
getLocalDateTime()
Number
getRevision()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RevisionDoesNotExistException
public RevisionDoesNotExistException(Number revision)
-
RevisionDoesNotExistException
public RevisionDoesNotExistException(Date date)
-
RevisionDoesNotExistException
public RevisionDoesNotExistException(LocalDateTime localDateTime)
-
-
Method Detail
-
getRevision
public Number getRevision()
-
getDate
public Date getDate()
-
getLocalDateTime
public LocalDateTime getLocalDateTime()
-
-