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

org.entur.netex.validation.exception.RetryableNetexValidationException Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package org.entur.netex.validation.exception;

public class RetryableNetexValidationException
  extends NetexValidationException {

  public RetryableNetexValidationException(Throwable t) {
    super(t);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy