Class QrcodeGenerationException

  • All Implemented Interfaces:
    Serializable

    public class QrcodeGenerationException
    extends BaseCheckedException
    A base class which covers the range of exceptions which may occur when encoding a QRcode using the Writer framework.
    Since:
    1.0.0
    Author:
    Urvil Joshi
    See Also:
    Serialized Form
    • Constructor Detail

      • QrcodeGenerationException

        public QrcodeGenerationException​(String errorCode,
                                         String errorMessage,
                                         Throwable rootCause)
        Constructor with errorCode, errorMessage, and rootCause
        Parameters:
        errorCode - The error code for this exception
        errorMessage - The error message for this exception
        rootCause - Cause of this exception