org.apache.camel.spring
Class GenericBeansException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
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
Methods inherited from class org.springframework.beans.BeansException |
equals, hashCode |
Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
GenericBeansException
public GenericBeansException(String msg)
GenericBeansException
public GenericBeansException(String msg,
Throwable cause)
Apache Camel