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
public class CryptoFailedException extends Exception
Exception gets thrown when some cryptographic function failed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoFailedException(Exception e)
CryptoFailedException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Exception>
getExceptions()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CryptoFailedException
public CryptoFailedException(String message)
-
CryptoFailedException
public CryptoFailedException(Exception e)
-
-
Method Detail
-
getExceptions
public List<Exception> getExceptions()
-
-