summaryrefslogtreecommitdiff
path: root/javae/src/IceInternal/UserExceptionFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'javae/src/IceInternal/UserExceptionFactory.java')
-rw-r--r--javae/src/IceInternal/UserExceptionFactory.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/javae/src/IceInternal/UserExceptionFactory.java b/javae/src/IceInternal/UserExceptionFactory.java
deleted file mode 100644
index 3b802edef75..00000000000
--- a/javae/src/IceInternal/UserExceptionFactory.java
+++ /dev/null
@@ -1,18 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice-E is licensed to you under the terms described in the
-// ICEE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-package IceInternal;
-
-public interface UserExceptionFactory
-{
- void createAndThrow()
- throws Ice.UserException;
-
- void destroy();
-}