Package org.apache.camel
Class NoSuchBeanTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.NoSuchBeanException
org.apache.camel.NoSuchBeanTypeException
- All Implemented Interfaces:
Serializable
A runtime exception if a given bean type could not be found in the
Registry- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchBeanTypeException(Class<?> type) NoSuchBeanTypeException(Class<?> type, int size) -
Method Summary
Methods inherited from class org.apache.camel.NoSuchBeanException
getNameMethods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchBeanTypeException
-
NoSuchBeanTypeException
-