Package com.google.api.gax.batching
Class FlowController.FlowControlRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.api.gax.batching.FlowController.FlowControlRuntimeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FlowController
Runtime exception that can be used in place of FlowControlException when an unchecked exception
is required.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
fromFlowControlException
public static FlowController.FlowControlRuntimeException fromFlowControlException(FlowController.FlowControlException e)
-