Class TypeConverterLoaderException

All Implemented Interfaces:
Serializable

public class TypeConverterLoaderException extends RuntimeCamelException
Exception when failing to load type converters.
See Also:
  • Constructor Details

    • TypeConverterLoaderException

      public TypeConverterLoaderException(String message)
      Parameters:
      message - the detail message describing why the type converters failed to load
    • TypeConverterLoaderException

      public TypeConverterLoaderException(String message, Throwable cause)
      Parameters:
      message - the detail message describing why the type converters failed to load
      cause - the cause of the failure