@Public public class FlinkException extends Exception
构造器和说明 |
---|
FlinkException(String message)
Creates a new Exception with the given message and null as the cause.
|
FlinkException(String message,
Throwable cause)
Creates a new exception with the given message and cause.
|
FlinkException(Throwable cause)
Creates a new exception with a null message and the given cause.
|
public FlinkException(String message)
message
- The exception messagepublic FlinkException(Throwable cause)
cause
- The exception that caused this exceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.