Class AmbiguousBeanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.RuntimeCamelException
-
- org.openehealth.ipf.platform.camel.ihe.core.AmbiguousBeanException
-
- All Implemented Interfaces:
Serializable
public class AmbiguousBeanException extends org.apache.camel.RuntimeCamelException
- Since:
- 3.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmbiguousBeanException(Class<?> clazz)
-
Method Summary
-
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AmbiguousBeanException
public AmbiguousBeanException(Class<?> clazz)
-
-