org.hibernate
Class StaleObjectStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.StaleStateException
org.hibernate.StaleObjectStateException
- All Implemented Interfaces:
- Serializable
public class StaleObjectStateException
- extends StaleStateException
A StaleStateException that carries information
about a particular entity instance that was the source
of the failure.
- Author:
- Gavin King
- See Also:
- Serialized Form
StaleObjectStateException
public StaleObjectStateException(String persistentClass,
Serializable identifier)
getEntityName
public String getEntityName()
getIdentifier
public Serializable getIdentifier()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved