Class AuthenticationServiceException

All Implemented Interfaces:
Serializable

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

    • AuthenticationServiceException

      public AuthenticationServiceException(String msg)
      Deprecated.
    • AuthenticationServiceException

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

    • toSpring

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

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