X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fexception%2FSDBException.java;h=51438504827fca7242f6fee6a38ed79657610b78;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=abb0a12142e2f6c66fc8c9e6e5f0701f33e11754;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/exception/SDBException.java b/bundles/org.simantics.db/src/org/simantics/db/exception/SDBException.java index abb0a1214..514385048 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/exception/SDBException.java +++ b/bundles/org.simantics.db/src/org/simantics/db/exception/SDBException.java @@ -1,19 +1,19 @@ -package org.simantics.db.exception; - -public abstract class SDBException extends InternalException { - - private static final long serialVersionUID = 7201271522841727065L; - - public SDBException(String message) { - super(message); - } - - public SDBException(String message, Throwable cause) { - super(message, cause); - } - - public SDBException(Throwable cause) { - super(cause); - } - -} +package org.simantics.db.exception; + +public abstract class SDBException extends InternalException { + + private static final long serialVersionUID = 7201271522841727065L; + + public SDBException(String message) { + super(message); + } + + public SDBException(String message, Throwable cause) { + super(message, cause); + } + + public SDBException(Throwable cause) { + super(cause); + } + +}