org.apache.qpid.configuration
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by 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.

Constructor Summary
PropertyException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyException

public PropertyException(String message,
                         Throwable cause)


Licensed to the Apache Software Foundation