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
public class NoSuchBeanException extends RuntimeCamelException
A runtime exception if a given bean could not be found in theRegistry
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchBeanException(String name)
NoSuchBeanException(String name, String type)
NoSuchBeanException(String name, String message, Throwable cause)
NoSuchBeanException(String name, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
-
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
-
-