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:
java.io.Serializable
public class MessageDecodeException extends AblyException
Special AblyException for message decoding problems
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class io.ably.lib.types.AblyException
AblyException.HostFailedException -
Field Summary
-
Method Summary
Modifier and Type Method Description static MessageDecodeExceptionfromDescription(java.lang.String description)static MessageDecodeExceptionfromThrowableAndErrorInfo(java.lang.Throwable e, ErrorInfo errorInfo)Methods inherited from class io.ably.lib.types.AblyException
fromErrorInfo, fromErrorInfo, fromThrowable
-
Method Details
-
fromDescription
-
fromThrowableAndErrorInfo
public static MessageDecodeException fromThrowableAndErrorInfo(java.lang.Throwable e, ErrorInfo errorInfo)
-