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:
parent
7880863eb7
commit
81c82ce134
|
|
@ -1,6 +1,6 @@
|
||||||
package org.broadinstitute.sting.queue
|
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)
|
class QException(private val message: String, private val throwable: Throwable = null)
|
||||||
extends StingException(message, throwable)
|
extends StingException(message, throwable)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue