Package io.confluent.flink.plugin
Class ConfluentFlinkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.confluent.flink.plugin.ConfluentFlinkException
- All Implemented Interfaces:
Serializable
General exception for errors originating from the Confluent Flink plugin.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfluentFlinkException(String message) ConfluentFlinkException(String format, Object... args) ConfluentFlinkException(Throwable t, String message) ConfluentFlinkException(Throwable t, String format, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfluentFlinkException
-
ConfluentFlinkException
-
ConfluentFlinkException
-
ConfluentFlinkException
-