Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.api.network.channel.ChannelException
org.spongepowered.api.network.channel.NoResponseException
org.spongepowered.api.network.channel.TimeoutException
- All Implemented Interfaces:
Serializable
Represents a no response exception which was caused by a timeout. The
other side took too long to respond to a request packet.
- See Also:
-
Constructor Summary
ConstructorDescriptionTimeoutException
(String message) TimeoutException
(String message, Throwable cause) TimeoutException
(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
-
TimeoutException
public TimeoutException() -
TimeoutException
-
TimeoutException
-
TimeoutException
-