-
- All Implemented Interfaces:
-
java.io.Serializable
public class MessageDecodeException extends AblyException
Special AblyException for message decoding problems
-
-
Method Summary
Modifier and Type Method Description static MessageDecodeExceptionfromDescription(String description)static MessageDecodeExceptionfromThrowableAndErrorInfo(Throwable e, ErrorInfo errorInfo)-
Methods inherited from class io.ably.lib.types.AblyException
fromErrorInfo, fromErrorInfo, fromThrowable -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
fromDescription
static MessageDecodeException fromDescription(String description)
-
fromThrowableAndErrorInfo
static MessageDecodeException fromThrowableAndErrorInfo(Throwable e, ErrorInfo errorInfo)
-
-
-
-