Class LoadPropertiesException

All Implemented Interfaces:
Serializable

public class LoadPropertiesException extends CamelException
Represents a failure to open a Properties file at a given URL
See Also:
  • Constructor Details

    • LoadPropertiesException

      public LoadPropertiesException(URL url, Exception cause)
      Parameters:
      url - the URL of the properties file that failed to load
      cause - the cause of the failure
  • Method Details

    • getUrl

      public URL getUrl()