org.apache.servicemix.bean
Class NoSuchBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.servicemix.bean.NoSuchBeanException
- All Implemented Interfaces:
- Serializable
public class NoSuchBeanException
- extends IllegalArgumentException
An exception thrown if an endpoint is created with an unknown bean name
- Version:
- $Revision: $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchBeanException
public NoSuchBeanException(String beanName,
BeanEndpoint endpoint)
getBeanName
public String getBeanName()
getEndpoint
public BeanEndpoint getEndpoint()
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.