Class GtfsSerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entur.netex.gtfs.export.exception.GtfsSerializationException
All Implemented Interfaces:
Serializable

public class GtfsSerializationException extends RuntimeException
Exception when serializing the GTFS in-memory model to a GTFS archive. This can be triggered by a transient IO exception. The operation may be retried.
See Also:
  • Constructor Details

    • GtfsSerializationException

      public GtfsSerializationException(String message, Throwable cause)