X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fexception%2FClusterDoesNotExistException.java;h=8e9ff44dd0899b0027dfcc75822ac91ce7e721b2;hb=bc5e6cb19f6af5f67bc5cfaad7d602841b8fdd0b;hp=174f954d85f1d40fe546c6acc7d68adbf2b87dfc;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/exception/ClusterDoesNotExistException.java b/bundles/org.simantics.db/src/org/simantics/db/exception/ClusterDoesNotExistException.java index 174f954d8..8e9ff44dd 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/exception/ClusterDoesNotExistException.java +++ b/bundles/org.simantics.db/src/org/simantics/db/exception/ClusterDoesNotExistException.java @@ -1,44 +1,44 @@ -package org.simantics.db.exception; - -import org.simantics.db.Resource; - -public class ClusterDoesNotExistException extends DatabaseException { - - private static final long serialVersionUID = -1647965373868792422L; - - public ClusterDoesNotExistException() { - super(); - } - - public ClusterDoesNotExistException(int... resources) { - super(resources); - } - - public ClusterDoesNotExistException(String message, int... resources) { - super(message, resources); - } - - public ClusterDoesNotExistException(String message, Resource... rs) { - super(message, rs); - } - - public ClusterDoesNotExistException(String message, Throwable cause, Resource... rs) { - super(message, cause, rs); - } - - public ClusterDoesNotExistException(String message, Throwable cause) { - super(message, cause); - } - - public ClusterDoesNotExistException(String message) { - super(message); - } - - public ClusterDoesNotExistException(Throwable cause, Resource... rs) { - super(cause, rs); - } - - public ClusterDoesNotExistException(Throwable cause) { - super(cause); - } -} +package org.simantics.db.exception; + +import org.simantics.db.Resource; + +public class ClusterDoesNotExistException extends DatabaseException { + + private static final long serialVersionUID = -1647965373868792422L; + + public ClusterDoesNotExistException() { + super(); + } + + public ClusterDoesNotExistException(int... resources) { + super(resources); + } + + public ClusterDoesNotExistException(String message, int... resources) { + super(message, resources); + } + + public ClusterDoesNotExistException(String message, Resource... rs) { + super(message, rs); + } + + public ClusterDoesNotExistException(String message, Throwable cause, Resource... rs) { + super(message, cause, rs); + } + + public ClusterDoesNotExistException(String message, Throwable cause) { + super(message, cause); + } + + public ClusterDoesNotExistException(String message) { + super(message); + } + + public ClusterDoesNotExistException(Throwable cause, Resource... rs) { + super(cause, rs); + } + + public ClusterDoesNotExistException(Throwable cause) { + super(cause); + } +}