Package org.signal.libsignal.metadata
Class ProtocolDuplicateMessageException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ProtocolDuplicateMessageException extends ProtocolException
-
-
Field Summary
Fields Modifier and Type Field Description public final Stringsenderpublic final intsenderDevicepublic Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description ProtocolDuplicateMessageException(Exception e, String sender, int senderDevice)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.signal.libsignal.metadata.ProtocolException
getContentHint, getGroupId, getSender, getSenderAci, getSenderDevice, getUnidentifiedSenderMessageContent -
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
-
-