Class InsufficientAuthenticationException

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

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

    • InsufficientAuthenticationException

      public InsufficientAuthenticationException(String msg)
      Deprecated.
    • InsufficientAuthenticationException

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