org.springframework.security.authentication
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
public class ProviderNotFoundException
- extends AuthenticationException
Thrown by ProviderManager
if no AuthenticationProvider
could be found that supports the
presented Authentication
object.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProviderNotFoundException
public ProviderNotFoundException(String msg)
- Constructs a
ProviderNotFoundException
with the specified
message.
- Parameters:
msg
- the detail message