Class NoSuchServiceException

All Implemented Interfaces:
Serializable

public class NoSuchServiceException extends RuntimeCamelException
A runtime exception if a given service could not be found in the classpath
Since:
4.19
See Also:
  • Constructor Details

    • NoSuchServiceException

      public NoSuchServiceException(String name, String jar)
      Parameters:
      name - the name of the service that could not be found
      jar - the JAR that should be added to the classpath to provide the service
  • Method Details

    • getName

      public String getName()
    • getJar

      public String getJar()