public class NoSuchBeanException extends RuntimeCamelException
Registry| Constructor and Description |
|---|
NoSuchBeanException(String name) |
NoSuchBeanException(String name,
String type) |
NoSuchBeanException(String name,
String message,
Throwable cause) |
NoSuchBeanException(String name,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchBeanException(String name)
public NoSuchBeanException(String name, String type)
public NoSuchBeanException(String name, Throwable cause)
public NoSuchBeanException(String name, String message, Throwable cause)
Apache Camel