public class WrappingRuntimeException extends FlinkRuntimeException
The exception is recognized (for example by the Task when reporting exceptions as failure causes) and unwrapped to avoid including the wrapper's stack trace in the reports. That way, exception traces are keeping to the important parts.
构造器和说明 |
---|
WrappingRuntimeException(String message,
Throwable cause) |
WrappingRuntimeException(Throwable cause) |
限定符和类型 | 方法和说明 |
---|---|
Throwable |
unwrap()
Recursively unwraps this WrappingRuntimeException and its causes, getting the first
non wrapping exception.
|
public Throwable unwrap()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.