org.apache.camel.impl
Class ProxyInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.impl.ProxyInstantiationException
- All Implemented Interfaces:
- Serializable
public class ProxyInstantiationException
- extends RuntimeCamelException
A proxy creation failed trying to create a proxy of a given type and on an given endpoint
- Version:
- $Revision: 981382 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProxyInstantiationException
public ProxyInstantiationException(Class<?> type,
Endpoint endpoint,
Throwable cause)
getType
public Class<?> getType()
getEndpoint
public Endpoint getEndpoint()
Apache CAMEL