public class UncheckedInterruptedException
extends java.lang.RuntimeException
| Constructor and Description | 
|---|
UncheckedInterruptedException(java.lang.String message,
                             java.lang.Object... args)  | 
UncheckedInterruptedException(java.lang.Throwable cause,
                             java.lang.String message,
                             java.lang.Object... args)  | 
@FormatMethod
public UncheckedInterruptedException(java.lang.String message,
                                                   java.lang.Object... args)
@FormatMethod
public UncheckedInterruptedException(java.lang.Throwable cause,
                                                   java.lang.String message,
                                                   java.lang.Object... args)