edu.rit.mp
Class ChannelGroupClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- edu.rit.mp.ChannelGroupClosedException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ChannelGroupClosedException extends java.io.IOExceptionClass 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.
-
-
-
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