Class InterruptedRuntimeException

All Implemented Interfaces:
Serializable

public class InterruptedRuntimeException extends JogampRuntimeException
Unchecked exception propagating an InterruptedException where handling of the latter is not desired.

InterruptedRuntimeException may be thrown either by waiting for any Runnable to be completed, or during its execution.

The propagated InterruptedException may be of type SourcedInterruptedException.

See Also: