summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/lookup/InvalidAgentPathException.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/lookup/InvalidAgentPathException.java')
-rwxr-xr-xsource/com/c2kernel/lookup/InvalidAgentPathException.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/com/c2kernel/lookup/InvalidAgentPathException.java b/source/com/c2kernel/lookup/InvalidAgentPathException.java
deleted file mode 100755
index be4d952..0000000
--- a/source/com/c2kernel/lookup/InvalidAgentPathException.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.c2kernel.lookup;
-
-public class InvalidAgentPathException extends InvalidEntityPathException {
-
- public InvalidAgentPathException() {
- super();
- }
-
- public InvalidAgentPathException(String msg) {
- super(msg);
- }
-
-}