Class PrematureChannelClosureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.netty.handler.codec.PrematureChannelClosureException
All Implemented Interfaces:
Serializable

public class PrematureChannelClosureException extends Exception
Exception which should get thrown if a Channel got closed before it is expected
See Also:
  • Field Details

  • Constructor Details

    • PrematureChannelClosureException

      public PrematureChannelClosureException()
    • PrematureChannelClosureException

      public PrematureChannelClosureException(String msg)
    • PrematureChannelClosureException

      public PrematureChannelClosureException(String msg, Throwable t)
    • PrematureChannelClosureException

      public PrematureChannelClosureException(Throwable t)