Class ProgramAbortException

java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.flink.client.program.ProgramAbortException
All Implemented Interfaces:
Serializable

public class ProgramAbortException extends Error
A special exception used to abort programs when the caller is only interested in the program plan, rather than in the full execution.
See Also:
  • Constructor Details

    • ProgramAbortException

      public ProgramAbortException()
    • ProgramAbortException

      public ProgramAbortException(Throwable cause)
      Creates a ProgramAbortException for the given exception.
      Parameters:
      cause - The exception that causes the program to fail.