public class UncheckedInterruptedException extends RuntimeException
InterruptedException.Thread.currentThread().interrupt(); before throwing this exception.| Constructor and Description | 
|---|
| UncheckedInterruptedException(InterruptedException cause) | 
| UncheckedInterruptedException(String message,
                             InterruptedException cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedInterruptedException(String message, InterruptedException cause)
public UncheckedInterruptedException(InterruptedException cause)
Copyright © 2020. All rights reserved.