Package cz.xtf.core.waiting
Class WaiterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cz.xtf.core.waiting.WaiterException
-
- All Implemented Interfaces:
Serializable
public class WaiterException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WaiterException()WaiterException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WaiterException
public WaiterException()
-
WaiterException
public WaiterException(String message)
-
-