Class EmbeddedLoginOTPResponseException

  • All Implemented Interfaces:
    Serializable

    public class EmbeddedLoginOTPResponseException
    extends org.springframework.security.core.AuthenticationException
    Thrown if there is a problem writing the One-Time Passcode to the embedded login response.
    Author:
    Cade Rea (cade-rea)
    See Also:
    Serialized Form
    • Constructor Detail

      • EmbeddedLoginOTPResponseException

        public EmbeddedLoginOTPResponseException​(String msg,
                                                 Throwable t)
      • EmbeddedLoginOTPResponseException

        public EmbeddedLoginOTPResponseException​(String msg)