Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  1. object Retry extends Serializable

Ungrouped