You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/06/05 11:31:54 UTC

svn commit: r1346313 - /incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/

Author: kwright
Date: Tue Jun  5 09:31:53 2012
New Revision: 1346313

URL: http://svn.apache.org/viewvc?rev=1346313&view=rev
Log:
Get exception class hierarchy correct.

Added:
    incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfServiceException.java   (with props)
Modified:
    incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfAuthenticationException.java
    incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfDocbaseUnreachableException.java
    incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIOException.java
    incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIdentityException.java

Modified: incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfAuthenticationException.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfAuthenticationException.java?rev=1346313&r1=1346312&r2=1346313&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfAuthenticationException.java (original)
+++ incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfAuthenticationException.java Tue Jun  5 09:31:53 2012
@@ -18,10 +18,8 @@
 */
 package com.documentum.fc.client;
 
-import com.documentum.fc.common.*;
-
 /** Stub interface to allow the connector to build fully.
 */
-public class DfAuthenticationException extends DfException
+public class DfAuthenticationException extends DfServiceException
 {
 }

Modified: incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfDocbaseUnreachableException.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfDocbaseUnreachableException.java?rev=1346313&r1=1346312&r2=1346313&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfDocbaseUnreachableException.java (original)
+++ incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfDocbaseUnreachableException.java Tue Jun  5 09:31:53 2012
@@ -18,10 +18,8 @@
 */
 package com.documentum.fc.client;
 
-import com.documentum.fc.common.*;
-
 /** Stub interface to allow the connector to build fully.
 */
-public class DfDocbaseUnreachableException extends DfException
+public class DfDocbaseUnreachableException extends DfIOException
 {
 }

Modified: incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIOException.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIOException.java?rev=1346313&r1=1346312&r2=1346313&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIOException.java (original)
+++ incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIOException.java Tue Jun  5 09:31:53 2012
@@ -18,10 +18,8 @@
 */
 package com.documentum.fc.client;
 
-import com.documentum.fc.common.*;
-
 /** Stub interface to allow the connector to build fully.
 */
-public class DfIOException extends DfException
+public class DfIOException extends DfServiceException
 {
 }

Modified: incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIdentityException.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIdentityException.java?rev=1346313&r1=1346312&r2=1346313&view=diff
==============================================================================
--- incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIdentityException.java (original)
+++ incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfIdentityException.java Tue Jun  5 09:31:53 2012
@@ -18,10 +18,8 @@
 */
 package com.documentum.fc.client;
 
-import com.documentum.fc.common.*;
-
 /** Stub interface to allow the connector to build fully.
 */
-public class DfIdentityException extends DfException
+public class DfIdentityException extends DfServiceException
 {
 }

Added: incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfServiceException.java
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfServiceException.java?rev=1346313&view=auto
==============================================================================
--- incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfServiceException.java (added)
+++ incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfServiceException.java Tue Jun  5 09:31:53 2012
@@ -0,0 +1,27 @@
+/* $Id$ */
+
+/**
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements. See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+package com.documentum.fc.client;
+
+import com.documentum.fc.common.*;
+
+/** Stub interface to allow the connector to build fully.
+*/
+public class DfServiceException extends DfException
+{
+}

Propchange: incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfServiceException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/branches/CONNECTORS-474/connectors/documentum/build-stub/src/main/java/com/documentum/fc/client/DfServiceException.java
------------------------------------------------------------------------------
    svn:keywords = Id