Package de.bsvrz.sys.funclib.bitctrl.daf
Class OperationTimedOutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.bsvrz.sys.funclib.bitctrl.daf.OperationTimedOutException
-
- All Implemented Interfaces:
java.io.Serializable
public class OperationTimedOutException extends java.lang.Exception
eine Operation ist nicht in einer vorgegebenen Zeit abgeschlossen worden.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationTimedOutException()
Standardkonstruktor.
-