org.apache.servicemix.jbi
Class MissingPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
org.apache.servicemix.jbi.MissingPropertyException
- All Implemented Interfaces:
- Serializable
public class MissingPropertyException
- extends javax.jbi.JBIException
An exception thrown if a component cannot be properly initialised due to a missing piece of configuration.
- Version:
- $Revision: 564374 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingPropertyException
public MissingPropertyException(String property)
getProperty
public String getProperty()
- Returns the name of the missing property
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.