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