net.gleamynode.netty.handler.codec.frame
Class TooLongFrameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.gleamynode.netty.handler.codec.frame.TooLongFrameException
- All Implemented Interfaces:
- Serializable
public class TooLongFrameException
- extends Exception
- Version:
- $Rev:231 $, $Date:2008-06-12 16:44:50 +0900 (목, 12 6월 2008) $
- Author:
- The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TooLongFrameException
public TooLongFrameException()
TooLongFrameException
public TooLongFrameException(String message,
Throwable cause)
TooLongFrameException
public TooLongFrameException(String message)
TooLongFrameException
public TooLongFrameException(Throwable cause)
Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.