Class ProviderNotFoundException

All Implemented Interfaces:
Serializable

public class ProviderNotFoundException extends AuthenticationException
Thrown by ProviderManager if no AuthenticationProvider could be found that supports the presented Authentication object.
See Also:
  • Constructor Details

    • ProviderNotFoundException

      public ProviderNotFoundException(String msg)
      Constructs a ProviderNotFoundException with the specified message.
      Parameters:
      msg - the detail message