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
Represents a 
ChannelException which is thrown when an IO
 error occurred while reading or writing payloads.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionChannelIOException(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 
- 
Constructor Details
- 
ChannelIOException
public ChannelIOException() - 
ChannelIOException
 - 
ChannelIOException
 - 
ChannelIOException
 
 -