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