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:
    Serialized Form
    • Constructor Detail

      • ProxyInstantiationException

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

      • getType

        public Class<?> getType()
      • getEndpoint

        public Endpoint getEndpoint()