Class UnsupportedAggregationTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.api.java.aggregation.UnsupportedAggregationTypeException
-
- All Implemented Interfaces:
Serializable
@Deprecated @PublicEvolving public class UnsupportedAggregationTypeException extends RuntimeException
Deprecated.All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a future Flink major version. You can still build your application in DataSet, but you should move to either the DataStream and/or Table API.Exception indicating an unsupported type was used for an aggregation.
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAggregationTypeException(String message)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedAggregationTypeException
public UnsupportedAggregationTypeException(String message)
Deprecated.
-
-