Class BadCredentialsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UsernameNotFoundException

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

    • BadCredentialsException

      public BadCredentialsException(String msg)
      Deprecated.
    • BadCredentialsException

      public BadCredentialsException(String msg, Object extraInformation)
      Deprecated.
    • BadCredentialsException

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

    • toSpring

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

      public static BadCredentialsException fromSpring(org.springframework.security.core.AuthenticationException x)
      Deprecated.