Class ExceptionInChainedStubException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
All Implemented Interfaces:
Serializable

public class ExceptionInChainedStubException extends RuntimeException
A special exception to indicate that an exception occurred in the nested call of a chained stub. The exception's only purpose is to be identifiable as such and to carry the cause exception.
See Also:
  • Constructor Details

    • ExceptionInChainedStubException

      public ExceptionInChainedStubException(String taskName, Exception wrappedException)
  • Method Details

    • getTaskName

      public String getTaskName()
    • getWrappedException

      public Exception getWrappedException()
    • exceptionUnwrap

      public static Exception exceptionUnwrap(Exception e)