X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fprocore%2Fcluster%2FOutOfSpaceException.java;fp=bundles%2Forg.simantics.db.procore%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fprocore%2Fcluster%2FOutOfSpaceException.java;h=ea23beeea31e227ae93c43460829cd5cf001d095;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=18d067caf92c651542f6426059b5ad6b95da5249;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/OutOfSpaceException.java b/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/OutOfSpaceException.java index 18d067caf..ea23beeea 100644 --- a/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/OutOfSpaceException.java +++ b/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/OutOfSpaceException.java @@ -1,21 +1,21 @@ -package org.simantics.db.procore.cluster; - -import org.simantics.db.exception.InternalException; - -public class OutOfSpaceException extends InternalException { - - private static final long serialVersionUID = 8118388231221084642L; - - public OutOfSpaceException(String message) { - super(message); - } - - public OutOfSpaceException(String message, Throwable cause) { - super(message, cause); - } - - public OutOfSpaceException(Throwable cause) { - super(cause); - } - -} +package org.simantics.db.procore.cluster; + +import org.simantics.db.exception.InternalException; + +public class OutOfSpaceException extends InternalException { + + private static final long serialVersionUID = 8118388231221084642L; + + public OutOfSpaceException(String message) { + super(message); + } + + public OutOfSpaceException(String message, Throwable cause) { + super(message, cause); + } + + public OutOfSpaceException(Throwable cause) { + super(cause); + } + +}