public class StaleObjectStateException extends StaleStateException
Constructor and Description |
---|
StaleObjectStateException(java.lang.String entityName,
java.io.Serializable identifier)
Constructs a StaleObjectStateException using the supplied information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntityName() |
java.io.Serializable |
getIdentifier() |
java.lang.String |
getMessage() |
public StaleObjectStateException(java.lang.String entityName, java.io.Serializable identifier)
entityName
- The name of the entityidentifier
- The identifier of the entityCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.