Class ChannelNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.spongepowered.api.network.channel.ChannelException
-
- org.spongepowered.api.network.channel.ChannelNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ChannelNotSupportedException extends ChannelException
An exception that's thrown when an attempt was made to send data to anEngineConnection
that doesn't support the channel.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelNotSupportedException()
ChannelNotSupportedException(java.lang.String message)
ChannelNotSupportedException(java.lang.String message, java.lang.Throwable cause)
ChannelNotSupportedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ChannelNotSupportedException
public ChannelNotSupportedException()
-
ChannelNotSupportedException
public ChannelNotSupportedException(java.lang.String message)
-
ChannelNotSupportedException
public ChannelNotSupportedException(java.lang.String message, java.lang.Throwable cause)
-
ChannelNotSupportedException
public ChannelNotSupportedException(java.lang.Throwable cause)
-
-