Class LockedException

All Implemented Interfaces:
Serializable

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

    • LockedException

      public LockedException(String msg)
      Deprecated.
    • LockedException

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

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

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