public class UnresolvableObjectException extends HibernateException
| Constructor and Description |
|---|
UnresolvableObjectException(Serializable identifier,
String clazz) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName() |
Serializable |
getIdentifier() |
String |
getMessage() |
static void |
throwIfNull(Object o,
Serializable id,
String clazz) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnresolvableObjectException(Serializable identifier, String clazz)
public Serializable getIdentifier()
public String getMessage()
getMessage in class Throwablepublic String getEntityName()
public static void throwIfNull(Object o, Serializable id, String clazz) throws UnresolvableObjectException
UnresolvableObjectExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.