Class PrematureChannelClosureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PrematureChannelClosureException
    extends CodecException
    A CodecException which is thrown when a Channel is closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • PrematureChannelClosureException

        public PrematureChannelClosureException()
        Creates a new instance.
      • PrematureChannelClosureException

        public PrematureChannelClosureException​(java.lang.String message,
                                                java.lang.Throwable cause)
        Creates a new instance.
      • PrematureChannelClosureException

        public PrematureChannelClosureException​(java.lang.String message)
        Creates a new instance.
      • PrematureChannelClosureException

        public PrematureChannelClosureException​(java.lang.Throwable cause)
        Creates a new instance.