Class CryptoFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smackx.omemo.exceptions.CryptoFailedException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 MultipleCryptoFailedException
Exception gets thrown when some cryptographic function failed.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCryptoFailedException(String message) CryptoFailedException(String message, Exception wrappedException)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CryptoFailedException
 - 
CryptoFailedException
 - 
CryptoFailedException
 
 -