public class UncheckedInterruptedException extends RuntimeException
| Constructor and Description |
|---|
UncheckedInterruptedException(InterruptedException cause) |
UncheckedInterruptedException(String message,
InterruptedException cause) |
| Modifier and Type | Method and Description |
|---|---|
InterruptedException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedInterruptedException(String message, InterruptedException cause)
public UncheckedInterruptedException(InterruptedException cause)
public InterruptedException getCause()
Copyright © 2017. All rights reserved.