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

graphql.kickstart.execution.ObjectMapDeserializationException Maven / Gradle / Ivy

The newest version!
package graphql.kickstart.execution;

public class ObjectMapDeserializationException extends RuntimeException {

  ObjectMapDeserializationException(String message) {
    super(message);
  }

  ObjectMapDeserializationException(String message, Throwable cause) {
    super(message, cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy