org.apache.camel
Class NoSuchBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by 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 the Registry

Version:
See Also:
Serialized Form

Constructor Summary
NoSuchBeanException(String name)
           
NoSuchBeanException(String name, String type)
           
NoSuchBeanException(String name, String message, Throwable cause)
           
NoSuchBeanException(String name, Throwable cause)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchBeanException

public NoSuchBeanException(String name)

NoSuchBeanException

public NoSuchBeanException(String name,
                           String type)

NoSuchBeanException

public NoSuchBeanException(String name,
                           Throwable cause)

NoSuchBeanException

public NoSuchBeanException(String name,
                           String message,
                           Throwable cause)
Method Detail

getName

public String getName()


Apache CAMEL