Class NoRawSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smackx.omemo.exceptions.NoRawSessionException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoRawSessionException extends java.lang.Exception
Exception that gets thrown whenever a OmemoMessage arrives that no OmemoSession was found for to decrypt it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoRawSessionException(OmemoDevice device, java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OmemoDevice
getDeviceWithoutSession()
-
-
-
Constructor Detail
-
NoRawSessionException
public NoRawSessionException(OmemoDevice device, java.lang.Exception e)
-
-
Method Detail
-
getDeviceWithoutSession
public OmemoDevice getDeviceWithoutSession()
-
-