java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shardingsphere.data.pipeline.core.ingest.exception.IngestException
All Implemented Interfaces:
Serializable

public final class IngestException extends RuntimeException
Ingest exception.
See Also:
  • Constructor Details

    • IngestException

      public IngestException(String message)
    • IngestException

      public IngestException(Throwable cause)
    • IngestException

      public IngestException(String message, Throwable cause)