Class ActionCompletedException

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

public class ActionCompletedException extends RuntimeException
Exception thrown when an action (e.g., stop or delete) completes.
See Also:
  • Constructor Details

    • ActionCompletedException

      public ActionCompletedException(boolean successful, String message)
    • ActionCompletedException

      public ActionCompletedException(boolean successful, String message, Throwable cause)
  • Method Details

    • isSuccessful

      public boolean isSuccessful()