Class UsernameNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserMayOrMayNotExistException

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

    • UsernameNotFoundException

      public UsernameNotFoundException(String msg)
      Deprecated.
    • UsernameNotFoundException

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

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

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