Package at.letto.tools.threads
Class LettoTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Error
at.letto.tools.threads.LettoTimeoutException
- All Implemented Interfaces:
Serializable
Wird verwendet um aus Endlosschleifen innerhalb eines Threads herauszuspringen wenn der Thread mit interrupt() beendet werden sollte
- Author:
- Werner Damböck
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LettoTimeoutException
public LettoTimeoutException()
-