org.apache.qpid.configuration
Class PropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.configuration.PropertyException
- All Implemented Interfaces:
- Serializable
public class PropertyException
- extends AMQException
Indicates a failure to parse a property expansion. See PropertyUtils
for the code that does property
expansions.
CRC Card
Responsibilities | Collaboration
|
---|
Represent failure to expand a property name into a value.
|
- See Also:
- Serialized Form
- Todo:
- Not an AMQP exception as no status code.
PropertyException
public PropertyException(String message,
Throwable cause)
Licensed to the Apache Software Foundation