X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fexception%2FClusterDoesNotExistException.java;fp=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fexception%2FClusterDoesNotExistException.java;h=8e9ff44dd0899b0027dfcc75822ac91ce7e721b2;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=174f954d85f1d40fe546c6acc7d68adbf2b87dfc;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;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); + } +}