Class InterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.foundation.concurrent.InterruptedException
-
- All Implemented Interfaces:
Serializable
public class InterruptedException extends AppException
Exception thrown when the execution of anInterruptible
object is interrupted, typically from another thread.- Since:
- 11.0
- Author:
- Petru Galanton
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterruptedException(String message)
InterruptedException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-