Package io.ably.lib.types
Class MessageDecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.ably.lib.types.AblyException
io.ably.lib.types.MessageDecodeException
- All Implemented Interfaces:
Serializable
Special AblyException for message decoding problems
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.ably.lib.types.AblyException
AblyException.HostFailedException
-
Field Summary
Fields inherited from class io.ably.lib.types.AblyException
errorInfo
-
Method Summary
Modifier and TypeMethodDescriptionstatic MessageDecodeException
fromDescription
(String description) static MessageDecodeException
fromThrowableAndErrorInfo
(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, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
fromDescription
-
fromThrowableAndErrorInfo
-