Class NoIdentityKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smackx.omemo.exceptions.NoIdentityKeyException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoIdentityKeyException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoIdentityKeyException(OmemoDevice device)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OmemoDevice
getDevice()
-
-
-
Constructor Detail
-
NoIdentityKeyException
public NoIdentityKeyException(OmemoDevice device)
-
-
Method Detail
-
getDevice
public OmemoDevice getDevice()
-
-