| Methods in org.marketcetera.util.except that throw I18NInterruptedRuntimeException |
static void |
I18NInterruptedRuntimeException.checkInterruption()
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor. |
static void |
I18NInterruptedRuntimeException.checkInterruption(I18NBoundMessage message)
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor. |
static void |
I18NInterruptedRuntimeException.checkInterruption(Throwable cause)
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor. |
static void |
I18NInterruptedRuntimeException.checkInterruption(Throwable cause,
I18NBoundMessage message)
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor. |