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:
java.io.Serializable
public class TimeoutException extends NoResponseException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException()
TimeoutException(java.lang.String message)
TimeoutException(java.lang.String message, java.lang.Throwable cause)
TimeoutException(java.lang.Throwable cause)
-