summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/SourcedInterruptedException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com/jogamp/common/util/SourcedInterruptedException.java')
-rw-r--r--src/java/com/jogamp/common/util/SourcedInterruptedException.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/java/com/jogamp/common/util/SourcedInterruptedException.java b/src/java/com/jogamp/common/util/SourcedInterruptedException.java
index 7646652..49dcd86 100644
--- a/src/java/com/jogamp/common/util/SourcedInterruptedException.java
+++ b/src/java/com/jogamp/common/util/SourcedInterruptedException.java
@@ -39,6 +39,7 @@ import com.jogamp.common.ExceptionUtils.CustomStackTrace;
* This exception may be created directly where {@link #getCause()} returns {@code null},
* or by propagating an existing {@link InterruptedException} as returned by {@link #getCause()}.
* </p>
+ * @since 2.3.2
*/
@SuppressWarnings("serial")
public class SourcedInterruptedException extends InterruptedException implements CustomStackTrace {