public class TooLongFrameException extends DecoderException
DecoderException
which is thrown when the length of the frame
decoded is greater than the allowed maximum.Constructor and Description |
---|
TooLongFrameException()
Creates a new instance.
|
TooLongFrameException(java.lang.String message)
Creates a new instance.
|
TooLongFrameException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
TooLongFrameException(java.lang.Throwable cause)
Creates a new instance.
|
public TooLongFrameException()
public TooLongFrameException(java.lang.String message, java.lang.Throwable cause)
public TooLongFrameException(java.lang.String message)
public TooLongFrameException(java.lang.Throwable cause)
Copyright © 2008–2018 The Netty Project. All rights reserved.