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, throwIfNull
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ObjectDeletedException(String message, Serializable identifier, String entityName)
message
- A message explaining the exception conditionidentifier
- The identifier of the entityentityName
- The name of the entityCopyright © 2017 JBoss by Red Hat. All rights reserved.