/hg/icedtea-web: Added forgotten file: IllegalResourceDescriptor...

adomurad at icedtea.classpath.org adomurad at icedtea.classpath.org
Mon Jul 9 08:01:31 PDT 2012


changeset 6f1d7f30246a in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=6f1d7f30246a
author: Adam Domurad <adomurad at redhat.com>
date: Mon Jul 09 11:01:25 2012 -0400

	Added forgotten file: IllegalResourceDescriptorException


diffstat:

 netx/net/sourceforge/jnlp/cache/IllegalResourceDescriptorException.java |  13 ++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 138e2837d0e5 -r 6f1d7f30246a netx/net/sourceforge/jnlp/cache/IllegalResourceDescriptorException.java
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/netx/net/sourceforge/jnlp/cache/IllegalResourceDescriptorException.java	Mon Jul 09 11:01:25 2012 -0400
@@ -0,0 +1,13 @@
+package net.sourceforge.jnlp.cache;
+
+ at SuppressWarnings("serial")
+public class IllegalResourceDescriptorException extends IllegalArgumentException {
+    /**
+     * Constructs a <code>IllegalResourceDescriptorException</code> with the
+     * specified detail message.
+     * @param msg the detail message.
+     */
+    public IllegalResourceDescriptorException(String msg) {
+        super(msg);
+    }
+}



More information about the distro-pkg-dev mailing list