org.hibernate
Class StaleObjectStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.StaleStateException
org.hibernate.StaleObjectStateException
- All Implemented Interfaces:
- org.hibernate.exception.Nestable, java.io.Serializable
- public class StaleObjectStateException
- extends StaleStateException
A StaleStateException that carries information
about a particular entity instance that was the source
of the failure.
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
entityName
private final java.lang.String entityName
identifier
private final java.io.Serializable identifier
StaleObjectStateException
public StaleObjectStateException(java.lang.String persistentClass,
java.io.Serializable identifier)
getEntityName
public java.lang.String getEntityName()
getIdentifier
public java.io.Serializable getIdentifier()
getMessage
public java.lang.String getMessage()
- Description copied from class:
org.hibernate.exception.NestableRuntimeException
- Returns the detail message string of this throwable. If it was
created with a null message, returns the following:
( cause==null ? null : cause.toString( ).