Package org.signal.libsignal.net
Class ConnectionInvalidatedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ConnectionInvalidatedException extends ChatServiceException
Exception thrown when the server explicitly invalidates and disconnects a connection.
Indicates that the server has invalidated our connection for some reason and explicitly disconnected us. We are allowed try to reconnect in the future with the same credentials. If our connection is invalidated after a call to the account deletion endpoint, the client is allowed to assume that the account deletion request succeeded.
-
-
Field Summary
Fields Modifier and Type Field Description public Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description ConnectionInvalidatedException(String message)
-
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
-
-
Constructor Detail
-
ConnectionInvalidatedException
ConnectionInvalidatedException(String message)
-
-
-
-