Package ch.threema.apitool.exceptions
package ch.threema.apitool.exceptions
-
Exception ClassesClassDescriptionException that gets thrown if a message has a bad/illegal format after it has been decrypted.Exception that gets thrown when decryption fails (because the keys are incorrect, or the data is corrupted).Exception that gets thrown on a illegal call.Exception that gets thrown when a hex-encoded value could not be decoded (e.g. because it contains non-hex characters or because the character length is not even).Exception that gets thrown when an invalid key has been specified (e.g. wrong length).Base class for exceptions that may occur when parsing/decrypting an encrypted Threema message.Exception that gets thrown on a illegal call.Exception that gets thrown on a illegal call.Exception that gets thrown when an attempt has been made to decrypt a message of a type that is not supported by this library.