-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CodecException extends Exception
-
-
Field Summary
Fields Modifier and Type Field Description private final CodecResultcodecResultprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description CodecException(CodecResult codecResult)
-
Method Summary
Modifier and Type Method Description final CodecResultgetCodecResult()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CodecException
CodecException(CodecResult codecResult)
-
-
Method Detail
-
getCodecResult
final CodecResult getCodecResult()
-
getMessage
String getMessage()
-
-
-
-