public class RuntimeInterruptedException extends RuntimeException
InterruptedException
. Sets the
Thread.interrupted()
flag to true.Constructor and Description |
---|
RuntimeInterruptedException(InterruptedException cause) |
RuntimeInterruptedException(String message,
InterruptedException cause) |
Modifier and Type | Method and Description |
---|---|
InterruptedException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RuntimeInterruptedException(InterruptedException cause)
public RuntimeInterruptedException(String message, InterruptedException cause)
public InterruptedException getCause()
Copyright © 2002-2019 Atlassian. All Rights Reserved.