Class ChannelIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spongepowered.api.network.channel.ChannelException
-
- org.spongepowered.api.network.channel.ChannelIOException
-
- All Implemented Interfaces:
Serializable
public class ChannelIOException extends ChannelException
Represents aChannelException
which is thrown when an IO error occurred while reading or writing payloads.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelIOException()
ChannelIOException(String message)
ChannelIOException(String message, Throwable cause)
ChannelIOException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-