public class TooLongFrameException extends CodecException
CodecException which is thrown when the length of the frame
decoded is greater than the allowed maximum.| 构造器和说明 |
|---|
TooLongFrameException()
Creates a new instance.
|
TooLongFrameException(String message)
Creates a new instance.
|
TooLongFrameException(String message,
Throwable cause)
Creates a new instance.
|
TooLongFrameException(Throwable cause)
Creates a new instance.
|
public TooLongFrameException()
public TooLongFrameException(String message, Throwable cause)
public TooLongFrameException(String message)
public TooLongFrameException(Throwable cause)
Copyright © 2022–2024. All rights reserved.