deprecate the unused class which has external usages

This commit is contained in:
Kirill Likhodedov
2016-05-23 18:36:47 +03:00
parent 3ff2b02967
commit b8788cfc2f
@@ -15,6 +15,10 @@
*/
package com.intellij.openapi.application;
/**
* @deprecated To remove in 2017.
*/
@Deprecated
public class RuntimeInterruptedException extends RuntimeException {
public RuntimeInterruptedException(InterruptedException cause) {
super(cause);