Class DisabledException

    • Constructor Detail

      • DisabledException

        public DisabledException​(String msg)
        Deprecated.
      • DisabledException

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

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

      • toSpring

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

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