Class ProviderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProviderNotFoundException

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

    • ProviderException

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

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