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:
- Serializable
Thrown by 
ProviderManager if no AuthenticationProvider could be found
 that supports the presented Authentication
 object.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aProviderNotFoundExceptionwith the specified message.
- 
Method SummaryMethods inherited from class org.springframework.security.core.AuthenticationExceptiongetAuthenticationRequest, setAuthenticationRequestMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ProviderNotFoundExceptionConstructs aProviderNotFoundExceptionwith the specified message.- Parameters:
- msg- the detail message
 
 
-