Class ParseResponseException

  • All Implemented Interfaces:
    Serializable

    public class ParseResponseException
    extends io.mosip.kernel.core.exception.BaseUncheckedException
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseResponseException

        public ParseResponseException​(String errorCode,
                                      String errorMessage,
                                      Throwable rootCause)
      • ParseResponseException

        public ParseResponseException​(String errorCode,
                                      String errorMessage)