Package org.acegisecurity.providers
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProviderNotFoundExceptionfromSpring(org.springframework.security.authentication.ProviderNotFoundException x) Deprecated.org.springframework.security.core.AuthenticationExceptiontoSpring()Deprecated.Methods inherited from class org.acegisecurity.AuthenticationException
clearExtraInformation, fromSpring, getAuthentication, getExtraInformation, setAuthenticationMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProviderNotFoundException
Deprecated. -
ProviderNotFoundException
Deprecated.
-
-
Method Details
-
toSpring
public org.springframework.security.core.AuthenticationException toSpring()Deprecated.- Overrides:
toSpringin classAuthenticationException
-
fromSpring
public static ProviderNotFoundException fromSpring(org.springframework.security.authentication.ProviderNotFoundException x) Deprecated.
-
ProviderNotFoundException