Class StructuredConcurrencyInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.mu.util.concurrent.StructuredConcurrencyInterruptedException
All Implemented Interfaces:
Serializable

public final class StructuredConcurrencyInterruptedException extends RuntimeException
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 Details

    • StructuredConcurrencyInterruptedException

      public StructuredConcurrencyInterruptedException(InterruptedException e)