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