public class UnexpectedInterruptedException extends UnexpectedException
This is a RuntimeException version of InterruptedException
| Constructor and Description |
|---|
UnexpectedInterruptedException(InterruptedException cause) |
| Modifier and Type | Method and Description |
|---|---|
InterruptedException |
toInterruptedException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedInterruptedException(InterruptedException cause)
public InterruptedException toInterruptedException()
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.