You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ad...@apache.org on 2017/07/05 13:59:37 UTC

[30/34] james-project git commit: JAMES-2085 Remove unused exception class

JAMES-2085 Remove unused exception class


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/635e8e2e
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/635e8e2e
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/635e8e2e

Branch: refs/heads/master
Commit: 635e8e2e16b29e7ea5e2fbda7e2160b02682750b
Parents: fb09b56
Author: benwa <bt...@linagora.com>
Authored: Tue Jul 4 10:31:22 2017 +0700
Committer: benwa <bt...@linagora.com>
Committed: Wed Jul 5 17:13:49 2017 +0700

----------------------------------------------------------------------
 .../exception/MalformedSoredACLException.java   | 38 --------------------
 1 file changed, 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/635e8e2e/mailbox/api/src/main/java/org/apache/james/mailbox/exception/MalformedSoredACLException.java
----------------------------------------------------------------------
diff --git a/mailbox/api/src/main/java/org/apache/james/mailbox/exception/MalformedSoredACLException.java b/mailbox/api/src/main/java/org/apache/james/mailbox/exception/MalformedSoredACLException.java
deleted file mode 100644
index 225e586..0000000
--- a/mailbox/api/src/main/java/org/apache/james/mailbox/exception/MalformedSoredACLException.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- *   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 org.apache.james.mailbox.exception;
-
-public class MalformedSoredACLException extends MailboxException {
-
-    public MalformedSoredACLException() {
-        
-    }
-
-    public MalformedSoredACLException(String message) {
-        super(message);
-    }
-
-    public MalformedSoredACLException(String msg, Exception cause) {
-        super(msg, cause);
-    }
-
-    
-}


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org