Class FlinkRuntimeException

    • Constructor Detail

      • FlinkRuntimeException

        public FlinkRuntimeException​(String message)
        Creates a new Exception with the given message and null as the cause.
        Parameters:
        message - The exception message
      • FlinkRuntimeException

        public FlinkRuntimeException​(Throwable cause)
        Creates a new exception with a null message and the given cause.
        Parameters:
        cause - The exception that caused this exception
      • FlinkRuntimeException

        public FlinkRuntimeException​(String message,
                                     Throwable cause)
        Creates a new exception with the given message and cause.
        Parameters:
        message - The exception message
        cause - The exception that caused this exception