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
public class NoResponseException extends ChannelException
Represents aException
which is thrown when no response is received when aRequestPacket
is sent to a client or server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoResponseException()
NoResponseException(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
-
-