Class LoadServiceError

All Implemented Interfaces:
Serializable

public class LoadServiceError extends AbstractSourceError
Indicates a service was not able to be loaded.

This is a critical error as services should always be able to be loaded.

Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

    • LoadServiceError

      public LoadServiceError(String serviceFactoryClassName, Throwable failure)
      Initiate.
      Parameters:
      serviceFactoryClassName - ServiceFactory Class name that failed to load.
      failure - Cause.
  • Method Details