org.springframework.security.authentication
Class ProviderNotFoundException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.security.core.AuthenticationException
org.springframework.security.core.AuthenticationException
                   org.springframework.security.authentication.ProviderNotFoundException
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 ProviderNotFoundExceptionwith the specified
 message.
 
- Parameters:
- msg- the detail message
 
ProviderNotFoundException
public ProviderNotFoundException(String msg,
                                 Throwable t)
- Constructs a ProviderNotFoundExceptionwith the specified
 message and root cause.
 
- Parameters:
- msg- the detail message
- t- root cause