类 TaskRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.seatunnel.engine.server.task.TaskRuntimeException
所有已实现的接口:
Serializable

public class TaskRuntimeException extends RuntimeException
另请参阅:
  • 构造器详细资料

    • TaskRuntimeException

      public TaskRuntimeException()
    • TaskRuntimeException

      public TaskRuntimeException(String message)
    • TaskRuntimeException

      public TaskRuntimeException(String message, Throwable cause)
    • TaskRuntimeException

      public TaskRuntimeException(Throwable cause)
    • TaskRuntimeException

      public TaskRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)