Class ProviderNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.security.core.AuthenticationException
-
- org.springframework.security.authentication.ProviderNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProviderNotFoundException extends AuthenticationException
Thrown byProviderManager
if noAuthenticationProvider
could be found that supports the presentedAuthentication
object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProviderNotFoundException(java.lang.String msg)
Constructs aProviderNotFoundException
with the specified message.
-