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
public static class FlowController.FlowControlRuntimeException extends RuntimeException
Runtime 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)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
fromFlowControlException
public static FlowController.FlowControlRuntimeException fromFlowControlException(FlowController.FlowControlException e)
-
-