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
public class ChannelException extends RuntimeException
Represents aException
which can be thrown when dealing with network channels.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelException()
ChannelException(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
-
-