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
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 Summary
ConstructorsConstructorDescriptionExceptionInChainedStubException(String taskName, Exception wrappedException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExceptionInChainedStubException
-
-
Method Details
-
getTaskName
-
getWrappedException
-
exceptionUnwrap
-