X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fexception%2FSDBException.java;h=51438504827fca7242f6fee6a38ed79657610b78;hb=93e70f713558f9826b78ad54929f80e52d8c824b;hp=abb0a12142e2f6c66fc8c9e6e5f0701f33e11754;hpb=969bd23cab98a79ca9101af33334000879fb60c5;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); + } + +}