Class ProviderNotFoundException

All Implemented Interfaces:
Serializable

public class ProviderNotFoundException extends FrameworkException
Exception indicating a provider was not found.
See Also:
  • Constructor Details

    • ProviderNotFoundException

      public ProviderNotFoundException(String name)
      Constructs an exception indicating the specified provider was not found.
      Parameters:
      name - the provider name
    • ProviderNotFoundException

      public ProviderNotFoundException(String name, Throwable cause)
      Constructs an exception indicating the specified provider was not found.
      Parameters:
      name - the provider name
      cause - the cause of this exception