Class CorruptedOmemoKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smackx.omemo.exceptions.CorruptedOmemoKeyException
-
- All Implemented Interfaces:
java.io.Serializable
public class CorruptedOmemoKeyException extends java.lang.Exception
Exception gets thrown, when an invalid key is encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptedOmemoKeyException(java.lang.Exception exception)
CorruptedOmemoKeyException(java.lang.String message)
-
-
-
Constructor Detail
-
CorruptedOmemoKeyException
public CorruptedOmemoKeyException(java.lang.String message)
-
CorruptedOmemoKeyException
public CorruptedOmemoKeyException(java.lang.Exception exception)
-
-