Package org.apache.camel
Class ProxyInstantiationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.RuntimeCamelException
-
- org.apache.camel.ProxyInstantiationException
-
- All Implemented Interfaces:
Serializable
public class ProxyInstantiationException extends RuntimeCamelException
Exception indicating a failure while trying to create a proxy of a given type and on a given endpoint- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProxyInstantiationException(Class<?> type, Endpoint endpoint, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Endpoint
getEndpoint()
Class<?>
getType()
-
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
-
-