Package org.signal.libsignal.net
Class RetryLaterException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class RetryLaterException extends Exception
Thrown when a request should be retried after waiting.
When the websocket transport is in use, this corresponds to a
HTTP 429response to requests to a number of endpoints. It can also be produced as the result of a websocket close frame from an enclave service with close code4008.
-
-
Field Summary
Fields Modifier and Type Field Description public final Durationdurationpublic Throwablecausepublic Array<StackTraceElement>stackTrace
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-