fuego.papi.exception
Class PropertyValueSerializationException
java.lang.Object
DefaultException
fuego.papi.OperationException
fuego.papi.PropertyOperationException
fuego.papi.exception.PropertyValueSerializationException
- public class PropertyValueSerializationException
- extends PropertyOperationException
A PropertyValueSerializationException is thrown when there is a invalid
property value. It value is not serializable.
- See Also:
- Serialized Form
PropertyValueSerializationException
public PropertyValueSerializationException(String participantName,
String propertyKey)
- Creates a new PropertyValueSerializationException with the given participant name
and property key.
- Parameters:
participantName - Name of the participant that contain the invalid property value.propertyKey - Key of the property that is invalid.
getPropertyKey
public String getPropertyKey()
© Copyright 1996/2005 Fuego Inc. All Rights Reserved