de.jaetzold.util
Class TimeoutException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--de.jaetzold.util.TimeoutException
- All Implemented Interfaces:
- Serializable
- public class TimeoutException
- extends Exception
This exception is used to indicate that some timeout-state has been reached
and that's the reason why some method could'nt be completed.
- See Also:
- Serialized Form
Constructor Summary |
TimeoutException()
Creates a new TimeoutException without a detail message. |
TimeoutException(String message)
Creates a new TimeoutException with message as detail message. |
TimeoutException
public TimeoutException()
- Creates a new TimeoutException without a detail message.
TimeoutException
public TimeoutException(String message)
- Creates a new TimeoutException with
message
as detail message.