Class NoRawSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smackx.omemo.exceptions.NoRawSessionException
-
- All Implemented Interfaces:
Serializable
public class NoRawSessionException extends 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, Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OmemoDevice
getDeviceWithoutSession()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoRawSessionException
public NoRawSessionException(OmemoDevice device, Exception e)
-
-
Method Detail
-
getDeviceWithoutSession
public OmemoDevice getDeviceWithoutSession()
-
-