Class OtpIOException

  • All Implemented Interfaces:
    Serializable

    public class OtpIOException
    extends io.mosip.kernel.core.exception.BaseUncheckedException
    Exception class for Otp IO exception.
    Since:
    1.0.0
    Author:
    Ritesh Sinha
    See Also:
    Serialized Form
    • Constructor Detail

      • OtpIOException

        public OtpIOException​(String errorCode,
                              String errorMessage,
                              Throwable rootCause)
        Constructor for OtpIOException.
        Parameters:
        errorCode - the error code.
        errorMessage - the error message.
        rootCause - the root cause.