Class NoResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.api.network.channel.ChannelException
org.spongepowered.api.network.channel.NoResponseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimeoutException
Represents a
Exception
which is thrown when no response is received
when a RequestPacket
is sent to a client or server.- See Also:
-
Constructor Summary
ConstructorDescriptionNoResponseException
(String message) NoResponseException
(String message, Throwable cause) NoResponseException
(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
-
NoResponseException
public NoResponseException() -
NoResponseException
-
NoResponseException
-
NoResponseException
-