Package comm
Class TimeoutException
TimeoutException()
TimeoutException(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor TimeoutException():
The specified message is Null when a timeout occurs. It's not possible to define a detailed message with this method.
constructor TimeoutException(String s):
Parameter | Description |
---|---|
s | defined exception message |
The s parameter is used to define a detailed message which should be thrown when this exception occurs.
See also:
Copyright © demmel products gmbh. All rights reserved.