Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.api.network.channel.ChannelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChannelIOException
,ChannelNotSupportedException
,NoResponseException
Represents a
Exception
which can be thrown
when dealing with network channels.- See Also:
-
Constructor Summary
ConstructorDescriptionChannelException
(String message) ChannelException
(String message, Throwable cause) ChannelException
(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
-
ChannelException
public ChannelException() -
ChannelException
-
ChannelException
-
ChannelException
-