All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.imiconnect.connect.core.parser.ParseException Maven / Gradle / Ivy

The newest version!
package com.imiconnect.connect.core.parser;

import com.imiconnect.connect.core.ConnectException;

/** Exception thrown when either the request or response could not be (de)serialized. */
public class ParseException extends ConnectException {

  public ParseException(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy