Class LockedException

    • Constructor Detail

      • LockedException

        public LockedException​(String msg)
        Deprecated.
      • LockedException

        public LockedException​(String msg,
                               Throwable t)
        Deprecated.
      • LockedException

        public LockedException​(String msg,
                               Object extraInformation)
        Deprecated.
    • Method Detail

      • toSpring

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

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