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
public class ChannelNotSupportedException extends ChannelException
An exception that's thrown when an attempt was made to send data to anEngineConnectionthat doesn't support the channel.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelNotSupportedException()ChannelNotSupportedException(String message)ChannelNotSupportedException(String message, Throwable cause)ChannelNotSupportedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-