Package com.batch.android.msgpack.core
Class MessageStringCodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.batch.android.msgpack.core.MessagePackException
-
- com.batch.android.msgpack.core.MessageStringCodingException
-
- All Implemented Interfaces:
java.io.Serializable
public class MessageStringCodingException extends MessagePackException
Thrown to indicate an error when encoding/decoding a String value- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.batch.android.msgpack.core.MessagePackException
UNREACHABLE
-
-
Constructor Summary
Constructors Constructor Description MessageStringCodingException(java.lang.String message, java.nio.charset.CharacterCodingException cause)MessageStringCodingException(java.nio.charset.CharacterCodingException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.charset.CharacterCodingExceptiongetCause()-
Methods inherited from class com.batch.android.msgpack.core.MessagePackException
UNSUPPORTED
-
-