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
ConstructorDescriptionConstructs aProviderNotFoundException
with 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 aProviderNotFoundException
with the specified message.- Parameters:
msg
- the detail message
-