public class ObjectNotFoundException extends UnresolvableObjectException
| Constructor and Description | 
|---|
ObjectNotFoundException(Serializable identifier,
                       String entityName)
Constructs a ObjectNotFoundException using the given information. 
 | 
getEntityName, getIdentifier, getMessage, throwIfNulladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectNotFoundException(Serializable identifier, String entityName)
identifier - The identifier of the entityentityName - The name of the entityCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.