Class EmbeddedLoginOTPResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
com.broadleafcommerce.auth.user.session.embedded.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:
  • Constructor Details

    • EmbeddedLoginOTPResponseException

      public EmbeddedLoginOTPResponseException(String msg, Throwable t)
    • EmbeddedLoginOTPResponseException

      public EmbeddedLoginOTPResponseException(String msg)