Fix for Queue

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4268 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
depristo 2010-09-12 15:18:08 +00:00
parent 7880863eb7
commit 81c82ce134
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package org.broadinstitute.sting.queue
import org.broadinstitute.sting.utils.StingException
import org.broadinstitute.sting.utils.exceptions.StingException
class QException(private val message: String, private val throwable: Throwable = null)
extends StingException(message, throwable)