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
-
Fields inherited from class io.ably.lib.types.AblyException
errorInfo
-
-
Method Summary
All Methods Static Methods Concrete Methods 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 Detail
-
fromDescription
public static MessageDecodeException fromDescription(java.lang.String description)
-
fromThrowableAndErrorInfo
public static MessageDecodeException fromThrowableAndErrorInfo(java.lang.Throwable e, ErrorInfo errorInfo)
-
-