public class CodecEmbedderException extends RuntimeException
RuntimeException
which is thrown when a CodecEmbedder
failed to encode or decode the specified input.Constructor and Description |
---|
CodecEmbedderException()
Creates a new instance.
|
CodecEmbedderException(String message)
Creates a new instance.
|
CodecEmbedderException(String message,
Throwable cause)
Creates a new instance.
|
CodecEmbedderException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CodecEmbedderException()
public CodecEmbedderException(String message, Throwable cause)
public CodecEmbedderException(String message)
public CodecEmbedderException(Throwable cause)
Copyright © 2008-2014 The Netty Project. All Rights Reserved.