Package org.hibernate
Class FetchNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- javax.persistence.EntityNotFoundException
-
- org.hibernate.FetchNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FetchNotFoundException extends EntityNotFoundException
Exception forNotFoundAction.EXCEPTION
- See Also:
NotFound
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FetchNotFoundException(java.lang.String entityName, java.lang.Object identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEntityName()
java.lang.Object
getIdentifier()
-