Class OtpInvalidArgumentException

  • All Implemented Interfaces:
    Serializable

    public class OtpInvalidArgumentException
    extends BaseUncheckedException
    Class to handle exceptions for invalid OTP validation inputs.
    Since:
    1.0.0
    Author:
    Ritesh Sinha, Sagar Mahapatra
    See Also:
    Serialized Form
    • Constructor Detail

      • OtpInvalidArgumentException

        public OtpInvalidArgumentException​(List<ServiceError> list)
        Parameters:
        list - The error list.
    • Method Detail

      • getList

        public List<ServiceError> getList()
        Getter for error list.
        Returns:
        The error list.