Package com.wavemaker.commons
Class ThreadInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.wavemaker.commons.WMRuntimeException
-
- com.wavemaker.commons.ThreadInterruptedException
-
- All Implemented Interfaces:
WMCommonException,java.io.Serializable
public class ThreadInterruptedException extends WMRuntimeException
An unchecked execption class which can be used to wrap Interrupted exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThreadInterruptedException(java.lang.InterruptedException e)ThreadInterruptedException(java.lang.String msg, java.lang.InterruptedException e)
-
Method Summary
-
Methods inherited from class com.wavemaker.commons.WMRuntimeException
getMessage, getMessageResourceHolder
-
-