diff options
| author | pnehrer | 2005-05-19 13:39:20 +0000 |
|---|---|---|
| committer | pnehrer | 2005-05-19 13:39:20 +0000 |
| commit | 77133809cc3e5b86d527902de1e0c374181583af (patch) | |
| tree | 10efe912cb28d5db36f69656e33b2d5804a42570 | |
| parent | 936c0824d99c252ceebbf34d4764dbd979598cee (diff) | |
| download | org.eclipse.ecf-77133809cc3e5b86d527902de1e0c374181583af.tar.gz org.eclipse.ecf-77133809cc3e5b86d527902de1e0c374181583af.tar.xz org.eclipse.ecf-77133809cc3e5b86d527902de1e0c374181583af.zip | |
Fixed inheritance.
| -rw-r--r-- | framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/SharedObjectContainerJoinException.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/SharedObjectContainerJoinException.java b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/SharedObjectContainerJoinException.java index 998869e1f..d619a8cdf 100644 --- a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/SharedObjectContainerJoinException.java +++ b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/core/SharedObjectContainerJoinException.java @@ -9,7 +9,9 @@ package org.eclipse.ecf.core; -public class SharedObjectContainerJoinException extends Exception { +import org.eclipse.ecf.core.util.ECFException; + +public class SharedObjectContainerJoinException extends ECFException { private static final long serialVersionUID = 3834874676269561909L; |
