Class InterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.uni_trier.wi2.procake.utils.exception.CakeException
-
- de.uni_trier.wi2.procake.utils.exception.InterruptedException
-
- All Implemented Interfaces:
Serializable
public class InterruptedException extends CakeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGE_THREAD_INTERRUPTEDstatic StringMESSAGE_TIMEOUT_OCCURRED
-
Constructor Summary
Constructors Constructor Description InterruptedException(String message, Object caller, Object... parameters)
-
Method Summary
-
Methods inherited from class de.uni_trier.wi2.procake.utils.exception.CakeException
getCaller, getComponent, getDetailedMessage, getKey, getParameter, getParameters
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MESSAGE_THREAD_INTERRUPTED
public static final String MESSAGE_THREAD_INTERRUPTED
- See Also:
- Constant Field Values
-
MESSAGE_TIMEOUT_OCCURRED
public static final String MESSAGE_TIMEOUT_OCCURRED
- See Also:
- Constant Field Values
-
-