Class UnknownServiceError

All Implemented Interfaces:
Serializable

public class UnknownServiceError extends AbstractSourceError

Indicates a service was not available from the SourceContext.

This is a critical error as the source is requiring the service to initialise and subsequently start.

Author:
Daniel Sagenschneider
See Also:
  • Constructor Details

    • UnknownServiceError

      public UnknownServiceError(Class<?> unknownServiceFactoryType)
      Initiate.
      Parameters:
      unknownServiceFactoryType - ServiceFactory type that is not configured.
  • Method Details

    • getUnknownServiceFactoryType

      public Class<?> getUnknownServiceFactoryType()
      Obtains the ServiceFactory type that is not configured.
      Returns:
      ServiceFactory type that is not configured.