package util
Ordering
- Alphabetic
 
Visibility
- Public
 - Protected
 
Type Members
-   final  case class Retry extends Throwable with NoStackTrace with Product with Serializable
A wrapper for a java.lang.Throwable indicating that it should be retried.
A wrapper for a java.lang.Throwable indicating that it should be retried. The underlying exception can be accessed with
getCause(). 
Value Members
-  object Retry extends Serializable