Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.UnresolvableObjectException
public class UnresolvableObjectException
extends HibernateException
Field Summary |
Fields inherited from class org.hibernate.exception.NestableRuntimeException | |
delegate |
Constructor Summary | |
|
Method Summary | |
String | |
Serializable | |
String | |
static void |
|
Methods inherited from class org.hibernate.exception.NestableRuntimeException | |
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
public UnresolvableObjectException(Serializable identifier, String clazz)
public String getEntityName()
public Serializable getIdentifier()
public String getMessage()
- Specified by:
- getMessage in interface Nestable
- Overrides:
- getMessage in interface NestableRuntimeException
public static void throwIfNull(Object o, Serializable id, String clazz) throws UnresolvableObjectException