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 SummaryConstructorsConstructorDescriptionTimeoutException(String message) TimeoutException(String message, Throwable cause) TimeoutException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TimeoutExceptionpublic TimeoutException()
- 
TimeoutException
- 
TimeoutException
- 
TimeoutException
 
-