public class

StaleObjectStateException

extends StaleStateException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.StaleStateException
             ↳ org.hibernate.StaleObjectStateException

Class Overview

A StaleStateException that carries information about a particular entity instance that was the source of the failure.

Summary

Public Constructors
StaleObjectStateException(String persistentClass, Serializable identifier)
Public Methods
String getEntityName()
Serializable getIdentifier()
String getMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public StaleObjectStateException (String persistentClass, Serializable identifier)

Public Methods

public String getEntityName ()

public Serializable getIdentifier ()

public String getMessage ()