public class

ProviderNotFoundException

extends AuthenticationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.security.core.AuthenticationException
           ↳ org.springframework.security.authentication.ProviderNotFoundException

Class Overview

Thrown by ProviderManager if no AuthenticationProvider could be found that supports the presented Authentication object.

Summary

Public Constructors
ProviderNotFoundException(String msg)
Constructs a ProviderNotFoundException with the specified message.
[Expand]
Inherited Methods
From class org.springframework.security.core.AuthenticationException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ProviderNotFoundException (String msg)

Constructs a ProviderNotFoundException with the specified message.

Parameters
msg the detail message