Package org.signal.libsignal.metadata
Class ProtocolInvalidKeyException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ProtocolInvalidKeyException extends ProtocolException
-
-
Field Summary
Fields Modifier and Type Field Description public final Stringsenderpublic final intsenderDevicepublic Throwablecausepublic Array<StackTraceElement>stackTrace
-
Constructor Summary
Constructors Constructor Description ProtocolInvalidKeyException(InvalidKeyException 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
-
-
Constructor Detail
-
ProtocolInvalidKeyException
ProtocolInvalidKeyException(InvalidKeyException e, String sender, int senderDevice)
-
-
-
-