Package org.msgpack.core
Class MessageStringCodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.msgpack.core.MessagePackException
-
- org.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 org.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.CharacterCodingException
getCause()
-
Methods inherited from class org.msgpack.core.MessagePackException
UNSUPPORTED
-
-