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:
- java.io.Serializable
public class PropertyException
- extends AMQException
Indicates an error parsing a property expansion.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyException
public PropertyException(java.lang.String message)
PropertyException
public PropertyException(java.lang.String msg,
java.lang.Throwable t)
PropertyException
public PropertyException(int errorCode,
java.lang.String msg,
java.lang.Throwable t)
PropertyException
public PropertyException(int errorCode,
java.lang.String msg)
PropertyException
public PropertyException(org.apache.log4j.Logger logger,
java.lang.String msg,
java.lang.Throwable t)
PropertyException
public PropertyException(org.apache.log4j.Logger logger,
java.lang.String msg)
PropertyException
public PropertyException(org.apache.log4j.Logger logger,
int errorCode,
java.lang.String msg)