Documentation of 'edu.rit.mp.ChannelGroupClosedException' Java class
ChannelGroupClosedException
edu.rit.mp

Class ChannelGroupClosedException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ChannelGroupClosedException
    extends java.io.IOException
    Class ChannelGroupClosedException is thrown to indicate that an I/O operation failed because the channel group was closed.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      ChannelGroupClosedException()
      Create a new channel group closed exception with no detail message and no cause.
      ChannelGroupClosedException(java.lang.String msg)
      Create a new channel group closed exception with the given detail message and no cause.
      ChannelGroupClosedException(java.lang.String msg, java.lang.Throwable cause)
      Create a new channel group closed exception with the given detail message and the given cause.
      ChannelGroupClosedException(java.lang.Throwable cause)
      Create a new channel group closed exception with no detail message and the given cause.
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChannelGroupClosedException

        public ChannelGroupClosedException()
        Create a new channel group closed exception with no detail message and no cause.
      • ChannelGroupClosedException

        public ChannelGroupClosedException(java.lang.String msg)
        Create a new channel group closed exception with the given detail message and no cause.
        Parameters:
        msg - Detail message.
      • ChannelGroupClosedException

        public ChannelGroupClosedException(java.lang.Throwable cause)
        Create a new channel group closed exception with no detail message and the given cause.
        Parameters:
        cause - Cause.
      • ChannelGroupClosedException

        public ChannelGroupClosedException(java.lang.String msg,
                                           java.lang.Throwable cause)
        Create a new channel group closed exception with the given detail message and the given cause.
        Parameters:
        msg - Detail message.
        cause - Cause.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.