Class ConfluentFlinkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.flink.plugin.ConfluentFlinkException
All Implemented Interfaces:
Serializable

public class ConfluentFlinkException extends RuntimeException
General exception for errors originating from the Confluent Flink plugin.
See Also:
  • Constructor Details

    • ConfluentFlinkException

      public ConfluentFlinkException(String message)
    • ConfluentFlinkException

      public ConfluentFlinkException(Throwable t, String message)
    • ConfluentFlinkException

      public ConfluentFlinkException(String format, Object... args)
    • ConfluentFlinkException

      public ConfluentFlinkException(Throwable t, String format, Object... args)