-
- All Implemented Interfaces:
-
java.io.Serializable
public class MessageStringCodingException extends MessagePackException
Thrown to indicate an error when encoding/decoding a String value
-
-
Constructor Summary
Constructors Constructor Description MessageStringCodingException(String message, CharacterCodingException cause)MessageStringCodingException(CharacterCodingException cause)
-
Method Summary
Modifier and Type Method Description CharacterCodingExceptiongetCause()-
Methods inherited from class com.batch.android.msgpack.core.MessagePackException
UNSUPPORTED -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MessageStringCodingException
MessageStringCodingException(String message, CharacterCodingException cause)
-
MessageStringCodingException
MessageStringCodingException(CharacterCodingException cause)
-
-
Method Detail
-
getCause
CharacterCodingException getCause()
-
-
-
-