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:
java.io.Serializable
- Enclosing class:
- FlowController
public static class FlowController.FlowControlRuntimeException extends java.lang.RuntimeExceptionRuntime exception that can be used in place of FlowControlException when an unchecked exception is required.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlowController.FlowControlRuntimeExceptionfromFlowControlException(FlowController.FlowControlException e)
-
-
-
Method Detail
-
fromFlowControlException
public static FlowController.FlowControlRuntimeException fromFlowControlException(FlowController.FlowControlException e)
-
-