Package org.zalando.fahrschein
Class BackoffException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.zalando.fahrschein.BackoffException
-
- All Implemented Interfaces:
java.io.Serializable
public class BackoffException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackoffException(java.io.IOException cause, int retries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOExceptiongetCause()intgetRetries()
-