public class TransientPropertyValueException extends TransientObjectException
Constructor and Description |
---|
TransientPropertyValueException(String message,
String transientEntityName,
String propertyOwnerEntityName,
String propertyName)
Constructs an
TransientPropertyValueException instance. |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
getPropertyName()
Returns the property name.
|
String |
getPropertyOwnerEntityName()
Returns the entity name for entity that owns the association
property.
|
String |
getTransientEntityName()
Returns the entity name for the transient entity.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransientPropertyValueException(String message, String transientEntityName, String propertyOwnerEntityName, String propertyName)
TransientPropertyValueException
instance.message
- - the exception message;transientEntityName
- - the entity name for the transient entitypropertyOwnerEntityName
- - the entity name for entity that owns
the association property.propertyName
- - the property namepublic String getTransientEntityName()
public String getPropertyOwnerEntityName()
public String getPropertyName()
public String getMessage()
getMessage
in class Throwable
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.