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