Class 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:
    Serialized Form
    • Constructor Detail

      • PrematureChannelClosureException

        public PrematureChannelClosureException()
      • PrematureChannelClosureException

        public PrematureChannelClosureException​(String msg)
      • PrematureChannelClosureException

        public PrematureChannelClosureException​(String msg,
                                                Throwable t)
      • PrematureChannelClosureException

        public PrematureChannelClosureException​(Throwable t)