Class PlanAbortedException

All Implemented Interfaces:
Serializable

public class PlanAbortedException extends RuntimeException
Plan has aborted.
See Also:
  • Constructor Details

    • PlanAbortedException

      public PlanAbortedException()
      Create a new plan failure exception.
    • PlanAbortedException

      public PlanAbortedException(String message)
      Create a new plan failure exception.
      Parameters:
      message - The message.
    • PlanAbortedException

      public PlanAbortedException(String message, Throwable cause)
      Create a new plan failure exception.
      Parameters:
      message - The message.
      cause - The cause.
  • Method Details