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 Summary
ConstructorsConstructorDescriptionConstructs aProviderNotFoundExceptionwith the specified message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ProviderNotFoundException
Constructs aProviderNotFoundExceptionwith the specified message.- Parameters:
 msg- the detail message
 
 -