summaryrefslogtreecommitdiff
path: root/java/src/Ice/UserExceptionFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/UserExceptionFactory.java')
-rw-r--r--java/src/Ice/UserExceptionFactory.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/java/src/Ice/UserExceptionFactory.java b/java/src/Ice/UserExceptionFactory.java
deleted file mode 100644
index de751aba06d..00000000000
--- a/java/src/Ice/UserExceptionFactory.java
+++ /dev/null
@@ -1,23 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003
-// ZeroC, Inc.
-// Billerica, MA, USA
-//
-// All Rights Reserved.
-//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
-//
-// **********************************************************************
-
-package Ice;
-
-public interface UserExceptionFactory
-{
- void createAndThrow()
- throws UserException;
-
- void destroy();
-}