public class CmdInterruptedException extends RuntimeException
InterruptedException.
Whenever this exception is thrown, the interrupted state of the throwing
thread has been set to "interrupted" by calling interrupt() on the
interrupted thread.
| Constructor and Description |
|---|
CmdInterruptedException(InterruptedException cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CmdInterruptedException(InterruptedException cause)
Copyright © 2013–2019 mklinger GmbH. All rights reserved.