Package org.signal.libsignal.net
Class RegistrationRecoveryFailedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class RegistrationRecoveryFailedException extends RegistrationException
Thrown when verification fails for registration request with a recovery password.
When the websocket transport is in use, this corresponds to a
HTTP 403response to a POST request to/v1/registration.
-
-
Field Summary
Fields Modifier and Type Field Description public 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
-
-