@Public public class FlinkRuntimeException extends RuntimeException
Constructor and Description |
---|
FlinkRuntimeException(String message)
Creates a new Exception with the given message and null as the cause.
|
FlinkRuntimeException(String message,
Throwable cause)
Creates a new exception with the given message and cause.
|
FlinkRuntimeException(Throwable cause)
Creates a new exception with a null message and the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FlinkRuntimeException(String message)
message
- The exception messagepublic FlinkRuntimeException(Throwable cause)
cause
- The exception that caused this exceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.