Package org.signal.libsignal.metadata
Class ProtocolLegacyMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.signal.libsignal.metadata.ProtocolException
-
- org.signal.libsignal.metadata.ProtocolLegacyMessageException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProtocolLegacyMessageException extends ProtocolException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolLegacyMessageException(LegacyMessageException e, java.lang.String sender, int senderDeviceId)
-
Method Summary
-
Methods inherited from class org.signal.libsignal.metadata.ProtocolException
getContentHint, getGroupId, getSender, getSenderDevice, getUnidentifiedSenderMessageContent
-
-
-
-
Constructor Detail
-
ProtocolLegacyMessageException
public ProtocolLegacyMessageException(LegacyMessageException e, java.lang.String sender, int senderDeviceId)
-
-