Class ChannelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spongepowered.api.network.channel.ChannelException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ChannelIOException,ChannelNotSupportedException,NoResponseException
public class ChannelException extends java.lang.RuntimeExceptionRepresents aExceptionwhich can be thrown when dealing with network channels.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelException()ChannelException(java.lang.String message)ChannelException(java.lang.String message, java.lang.Throwable cause)ChannelException(java.lang.Throwable cause)
-