Class ProviderLookupException

All Implemented Interfaces:
Serializable

public class ProviderLookupException extends FrameworkException
Exception indicating an error occurred while locating a provider.
See Also:
  • Constructor Details

    • ProviderLookupException

      public ProviderLookupException(String message)
      Constructs an exception indicating an error occurred while locating a provider.
      Parameters:
      message - a message describing the error
    • ProviderLookupException

      public ProviderLookupException(String message, Throwable cause)
      Constructs an exception indicating an error occurred while locating a provider.
      Parameters:
      message - a message describing the error
      cause - the cause of this exception