Class ProviderNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.AuthenticationException
org.acegisecurity.providers.ProviderNotFoundException
All Implemented Interfaces:
Serializable

@Deprecated public class ProviderNotFoundException extends AuthenticationException
Deprecated.
use ProviderNotFoundException
See Also:
  • Constructor Details

    • ProviderNotFoundException

      public ProviderNotFoundException(String msg)
      Deprecated.
    • ProviderNotFoundException

      public ProviderNotFoundException(String msg, Throwable t)
      Deprecated.
  • Method Details

    • toSpring

      public org.springframework.security.core.AuthenticationException toSpring()
      Deprecated.
      Overrides:
      toSpring in class AuthenticationException
    • fromSpring

      public static ProviderNotFoundException fromSpring(org.springframework.security.authentication.ProviderNotFoundException x)
      Deprecated.