Package org.hibernate
Class FetchNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- jakarta.persistence.EntityNotFoundException
-
- org.hibernate.FetchNotFoundException
-
- All Implemented Interfaces:
Serializable
public class FetchNotFoundException extends EntityNotFoundException
Exception forNotFoundAction.EXCEPTION
.- See Also:
NotFound
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FetchNotFoundException(String entityName, Object identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntityName()
Object
getIdentifier()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-