public class

RuntimeInterruptedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.jira.util.RuntimeInterruptedException

Class Overview

Convenience class for re-throwing InterruptedException. Sets the interrupted() flag to true.

Summary

Public Constructors
RuntimeInterruptedException(InterruptedException cause)
RuntimeInterruptedException(String message, InterruptedException cause)
Public Methods
InterruptedException getCause()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RuntimeInterruptedException (InterruptedException cause)

public RuntimeInterruptedException (String message, InterruptedException cause)

Public Methods

public InterruptedException getCause ()