Class DisabledException

All Implemented Interfaces:
Serializable

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

    • DisabledException

      public DisabledException(String msg)
      Deprecated.
    • DisabledException

      public DisabledException(String msg, Throwable t)
      Deprecated.
    • DisabledException

      public DisabledException(String msg, Object extraInformation)
      Deprecated.
  • Method Details

    • toSpring

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

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