Repository: logging-log4j-audit
Updated Branches:
  refs/heads/master f4dee64be -> d9663a73b


[LOG4J2-2443] Remove unused exceptions


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/commit/5c5c875d
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/tree/5c5c875d
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/diff/5c5c875d

Branch: refs/heads/master
Commit: 5c5c875d324898ea51d9a1797a34bf60e62c517c
Parents: c2bfa53
Author: Andrei Ivanov <[email protected]>
Authored: Sun Sep 16 16:03:32 2018 +0300
Committer: Andrei Ivanov <[email protected]>
Committed: Sun Sep 16 16:03:32 2018 +0300

----------------------------------------------------------------------
 .../exception/InvalidEnvironmentException.java  | 41 --------------------
 .../api/exception/InvalidSiteException.java     | 41 --------------------
 .../exception/InvalidEnvironmentException.java  | 41 --------------------
 .../jpa/exception/InvalidSiteException.java     | 41 --------------------
 4 files changed, 164 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/5c5c875d/log4j-catalog/log4j-catalog-api/src/main/java/org/apache/logging/log4j/catalog/api/exception/InvalidEnvironmentException.java
----------------------------------------------------------------------
diff --git 
a/log4j-catalog/log4j-catalog-api/src/main/java/org/apache/logging/log4j/catalog/api/exception/InvalidEnvironmentException.java
 
b/log4j-catalog/log4j-catalog-api/src/main/java/org/apache/logging/log4j/catalog/api/exception/InvalidEnvironmentException.java
deleted file mode 100644
index 0135015..0000000
--- 
a/log4j-catalog/log4j-catalog-api/src/main/java/org/apache/logging/log4j/catalog/api/exception/InvalidEnvironmentException.java
+++ /dev/null
@@ -1,41 +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.logging.log4j.catalog.api.exception;
-
-/**
- *
- */
-public class InvalidEnvironmentException extends RuntimeException {
-
-    private static final long serialVersionUID = 5430017753467095045L;
-
-    public InvalidEnvironmentException() {
-        super();
-    }
-
-    public InvalidEnvironmentException(String msg) {
-        super(msg);
-    }
-
-    public InvalidEnvironmentException(Throwable t) {
-        super(t);
-    }
-
-    public InvalidEnvironmentException(String msg, Throwable t) {
-        super(msg, t);
-    }
-}

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/5c5c875d/log4j-catalog/log4j-catalog-api/src/main/java/org/apache/logging/log4j/catalog/api/exception/InvalidSiteException.java
----------------------------------------------------------------------
diff --git 
a/log4j-catalog/log4j-catalog-api/src/main/java/org/apache/logging/log4j/catalog/api/exception/InvalidSiteException.java
 
b/log4j-catalog/log4j-catalog-api/src/main/java/org/apache/logging/log4j/catalog/api/exception/InvalidSiteException.java
deleted file mode 100644
index 17296d1..0000000
--- 
a/log4j-catalog/log4j-catalog-api/src/main/java/org/apache/logging/log4j/catalog/api/exception/InvalidSiteException.java
+++ /dev/null
@@ -1,41 +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.logging.log4j.catalog.api.exception;
-
-/**
- *
- */
-public class InvalidSiteException extends RuntimeException {
-
-    private static final long serialVersionUID = -705205114100982089L;
-
-    public InvalidSiteException() {
-        super();
-    }
-
-    public InvalidSiteException(String msg) {
-        super(msg);
-    }
-
-    public InvalidSiteException(Throwable t) {
-        super(t);
-    }
-
-    public InvalidSiteException(String msg, Throwable t) {
-        super(msg, t);
-    }
-}

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/5c5c875d/log4j-catalog/log4j-catalog-jpa/src/main/java/org/apache/logging/log4j/catalog/jpa/exception/InvalidEnvironmentException.java
----------------------------------------------------------------------
diff --git 
a/log4j-catalog/log4j-catalog-jpa/src/main/java/org/apache/logging/log4j/catalog/jpa/exception/InvalidEnvironmentException.java
 
b/log4j-catalog/log4j-catalog-jpa/src/main/java/org/apache/logging/log4j/catalog/jpa/exception/InvalidEnvironmentException.java
deleted file mode 100644
index 014d2ad..0000000
--- 
a/log4j-catalog/log4j-catalog-jpa/src/main/java/org/apache/logging/log4j/catalog/jpa/exception/InvalidEnvironmentException.java
+++ /dev/null
@@ -1,41 +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.logging.log4j.catalog.jpa.exception;
-
-/**
- *
- */
-public class InvalidEnvironmentException extends RuntimeException {
-
-    private static final long serialVersionUID = 5430017753467095045L;
-
-    public InvalidEnvironmentException() {
-        super();
-    }
-
-    public InvalidEnvironmentException(String msg) {
-        super(msg);
-    }
-
-    public InvalidEnvironmentException(Throwable t) {
-        super(t);
-    }
-
-    public InvalidEnvironmentException(String msg, Throwable t) {
-        super(msg, t);
-    }
-}

http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/5c5c875d/log4j-catalog/log4j-catalog-jpa/src/main/java/org/apache/logging/log4j/catalog/jpa/exception/InvalidSiteException.java
----------------------------------------------------------------------
diff --git 
a/log4j-catalog/log4j-catalog-jpa/src/main/java/org/apache/logging/log4j/catalog/jpa/exception/InvalidSiteException.java
 
b/log4j-catalog/log4j-catalog-jpa/src/main/java/org/apache/logging/log4j/catalog/jpa/exception/InvalidSiteException.java
deleted file mode 100644
index 9744ff1..0000000
--- 
a/log4j-catalog/log4j-catalog-jpa/src/main/java/org/apache/logging/log4j/catalog/jpa/exception/InvalidSiteException.java
+++ /dev/null
@@ -1,41 +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.logging.log4j.catalog.jpa.exception;
-
-/**
- *
- */
-public class InvalidSiteException extends RuntimeException {
-
-    private static final long serialVersionUID = -705205114100982089L;
-
-    public InvalidSiteException() {
-        super();
-    }
-
-    public InvalidSiteException(String msg) {
-        super(msg);
-    }
-
-    public InvalidSiteException(Throwable t) {
-        super(t);
-    }
-
-    public InvalidSiteException(String msg, Throwable t) {
-        super(msg, t);
-    }
-}

Reply via email to