Package io.vertx.grpc.common
Class CodecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.vertx.grpc.common.CodecException
-
- All Implemented Interfaces:
Serializable
public class CodecException extends RuntimeException
An encoding/decoding exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodecException()
CodecException(String message)
CodecException(String message, Throwable cause)
CodecException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
CodecException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-