Package marauroa.client
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
marauroa.client.TimeoutException
- All Implemented Interfaces:
Serializable
this exception is thrown if a connection to the server cannot be established
within the given time.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
public TimeoutException()creates a new TimeoutException
-