Package 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 BeansException
A genericBeansException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericBeansException(String msg)GenericBeansException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GenericBeansException
public GenericBeansException(String msg)
-
GenericBeansException
public GenericBeansException(String msg, Throwable cause)
-
-