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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExceptionInChainedStubException(String taskName, Exception wrappedException)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Exception
exceptionUnwrap(Exception e)
String
getTaskName()
Exception
getWrappedException()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-