Class 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:
  • Constructor Details

    • ProxyInstantiationException

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

    • getType

      public Class<?> getType()
    • getEndpoint

      public Endpoint getEndpoint()