Package ch.threema.apitool.exceptions
Class UnsupportedMessageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.threema.apitool.exceptions.MessageParseException
ch.threema.apitool.exceptions.UnsupportedMessageTypeException
- All Implemented Interfaces:
Serializable
Exception that gets thrown when an attempt has been made to decrypt a message of a type that is
not supported by this library.
- 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
-
UnsupportedMessageTypeException
public UnsupportedMessageTypeException()
-