Package org.apache.camel
Class NoSuchBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.NoSuchBeanException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuchBeanTypeException
A runtime exception if a given bean could not be found in the
Registry
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchBeanException
(String name) NoSuchBeanException
(String name, int size) NoSuchBeanException
(String name, String type) NoSuchBeanException
(String name, String message, Throwable cause) NoSuchBeanException
(String name, Throwable cause) -
Method Summary
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchBeanException
-
NoSuchBeanException
-
NoSuchBeanException
-
NoSuchBeanException
-
NoSuchBeanException
-
-
Method Details
-
getName
-