Class CryptoFailureException

  • All Implemented Interfaces:
    Serializable

    public class CryptoFailureException
    extends io.mosip.kernel.core.exception.BaseUncheckedException
    Class to handle exceptions for CRYPTO failure.
    Since:
    1.0.0
    Author:
    Ritesh Sinha
    See Also:
    Serialized Form
    • Constructor Detail

      • CryptoFailureException

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