public class TransientPropertyValueException extends TransientObjectException
Constructor and Description |
---|
TransientPropertyValueException(java.lang.String message,
java.lang.String transientEntityName,
java.lang.String propertyOwnerEntityName,
java.lang.String propertyName)
Constructs a
TransientPropertyValueException instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getPropertyName()
Returns the property name.
|
java.lang.String |
getPropertyOwnerEntityName()
Returns the entity name for entity that owns the association
property.
|
java.lang.String |
getTransientEntityName()
Returns the entity name for the transient entity.
|
public TransientPropertyValueException(java.lang.String message, java.lang.String transientEntityName, java.lang.String propertyOwnerEntityName, java.lang.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 java.lang.String getTransientEntityName()
public java.lang.String getPropertyOwnerEntityName()
public java.lang.String getPropertyName()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.