Class BadCredentialsException

    • Constructor Detail

      • BadCredentialsException

        public BadCredentialsException​(String msg)
        Deprecated.
      • BadCredentialsException

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

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

      • 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.