Class UnsupportedTimeCharacteristicException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.util.FlinkRuntimeException
org.apache.flink.streaming.api.datastream.UnsupportedTimeCharacteristicException
All Implemented Interfaces:
Serializable

@PublicEvolving public class UnsupportedTimeCharacteristicException extends org.apache.flink.util.FlinkRuntimeException
An exception that indicates that a time characteristic was used that is not supported in the current operation.
See Also:
  • Constructor Details

    • UnsupportedTimeCharacteristicException

      public UnsupportedTimeCharacteristicException(String message)