Package com.google.mu.util.concurrent
Class StructuredConcurrencyInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.mu.util.concurrent.StructuredConcurrencyInterruptedException
- All Implemented Interfaces:
Serializable
Wraps an
InterruptedException
.
When this exception is constructed to wrap an InterruptedException, the current thread is re-interrupted to maintain the interruption state.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StructuredConcurrencyInterruptedException
-