org.apache.camel
Class ProxyInstantiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by 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

Version:
See Also:
Serialized Form

Constructor Summary
ProxyInstantiationException(Class<?> type, Endpoint endpoint, Throwable cause)
           
 
Method Summary
 Endpoint getEndpoint()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyInstantiationException

public ProxyInstantiationException(Class<?> type,
                                   Endpoint endpoint,
                                   Throwable cause)
Method Detail

getType

public Class<?> getType()

getEndpoint

public Endpoint getEndpoint()


Apache CAMEL