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:
Serializable
An exception that's thrown when an attempt was made to send data to an
EngineConnection
that doesn't support the channel.- See Also:
-
Constructor Summary
ConstructorDescriptionChannelNotSupportedException
(String message) ChannelNotSupportedException
(String message, 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
-
ChannelNotSupportedException
public ChannelNotSupportedException() -
ChannelNotSupportedException
-
ChannelNotSupportedException
-
ChannelNotSupportedException
-