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 byProviderManagerif noAuthenticationProvidercould be found that supports the presentedAuthenticationobject.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ProviderNotFoundException(java.lang.String msg)Constructs aProviderNotFoundExceptionwith the specified message.
 
-