Class CorruptedOmemoKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smackx.omemo.exceptions.CorruptedOmemoKeyException
-
- All Implemented Interfaces:
Serializable
public class CorruptedOmemoKeyException extends Exception
Exception gets thrown, when an invalid key is encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptedOmemoKeyException(Exception exception)
CorruptedOmemoKeyException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CorruptedOmemoKeyException
public CorruptedOmemoKeyException(String message)
-
CorruptedOmemoKeyException
public CorruptedOmemoKeyException(Exception exception)
-
-