org.apache.camel.spring
Class GenericBeansException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.beans.BeansException
                      extended by org.apache.camel.spring.GenericBeansException
All Implemented Interfaces:
Serializable

public final class GenericBeansException
extends org.springframework.beans.BeansException

A generic BeansException.

See Also:
Serialized Form

Constructor Summary
GenericBeansException(String msg)
           
GenericBeansException(String msg, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.beans.BeansException
equals, hashCode
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericBeansException

public GenericBeansException(String msg)

GenericBeansException

public GenericBeansException(String msg,
                             Throwable cause)


Apache Camel