Class CredentialsExpiredException

All Implemented Interfaces:
Serializable

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

    • CredentialsExpiredException

      public CredentialsExpiredException(String msg)
      Deprecated.
    • CredentialsExpiredException

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

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

    • toSpring

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

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