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
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(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
-
-