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

Class ChannelClosedException

  • All Implemented Interfaces:
    java.io.Serializable


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

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

      • ChannelClosedException

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

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

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

        public ChannelClosedException(java.lang.String msg,
                                      java.lang.Throwable cause)
        Create a new channel 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.