Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners
Class AggregatorRetrievalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.dataflow.sdk.runners.AggregatorRetrievalException
-
- All Implemented Interfaces:
- Serializable
public class AggregatorRetrievalException extends Exception
Signals that an exception has occurred while retrievingAggregator
s.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AggregatorRetrievalException(String message, Throwable cause)
Constructs a newAggregatorRetrievalException
with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-