static void |
I18NInterruptedException.checkInterruption() |
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
|
static void |
I18NInterruptedException.checkInterruption(Throwable cause) |
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
|
static void |
I18NInterruptedException.checkInterruption(Throwable cause,
I18NBoundMessage message) |
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
|
static void |
I18NInterruptedException.checkInterruption(I18NBoundMessage message) |
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
|