public class RuntimeInterruptedException extends RuntimeException
| Constructor and Description |
|---|
RuntimeInterruptedException(String message,
InterruptedException e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuntimeInterruptedException(String message, InterruptedException e)
message - The reason for the exceptione - The underlying InterruptedExceptionCopyright © 2013. All Rights Reserved.