public class CodecException extends RuntimeException
Exception
which is thrown by a codec.Constructor and Description |
---|
CodecException()
Creates a new instance.
|
CodecException(String message)
Creates a new instance.
|
CodecException(String message,
Throwable cause)
Creates a new instance.
|
CodecException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008–2024 The Netty Project. All rights reserved.