net.gleamynode.netty.handler.codec.frame
Class TooLongFrameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
TooLongFrameException()
           
TooLongFrameException(String message)
           
TooLongFrameException(String message, Throwable cause)
           
TooLongFrameException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.