Package ch.threema.apitool.exceptions
Class DecryptionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.threema.apitool.exceptions.MessageParseException
ch.threema.apitool.exceptions.DecryptionFailedException
- All Implemented Interfaces:
Serializable
Exception that gets thrown when decryption fails (because the keys are incorrect, or the data is
corrupted).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecryptionFailedException
public DecryptionFailedException()
-