Class UsernameNotFoundException

    • Constructor Detail

      • UsernameNotFoundException

        public UsernameNotFoundException​(String msg)
        Deprecated.
      • UsernameNotFoundException

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

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

      • toSpring

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

        public static UsernameNotFoundException fromSpring​(org.springframework.security.core.userdetails.UsernameNotFoundException x)
        Deprecated.