Class PublicKeyParseException

  • All Implemented Interfaces:
    Serializable

    public class PublicKeyParseException
    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

      • PublicKeyParseException

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