Class RuntimeInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.jira.util.RuntimeInterruptedException
All Implemented Interfaces:
Serializable

public class RuntimeInterruptedException extends RuntimeException
Convenience class for re-throwing InterruptedException. Sets the Thread.interrupted() flag to true.
See Also: