summaryrefslogtreecommitdiff
path: root/java/src/Ice/UserExceptionFactory.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-10-06 23:26:58 +0000
committerMichi Henning <michi@zeroc.com>2003-10-06 23:26:58 +0000
commit5844bc00dc1abb29c3f516f581ec241bac74b15d (patch)
treedee8ccd65fa475fb7181c18d80bc24405e07a490 /java/src/Ice/UserExceptionFactory.java
parentFixed checkpoint, small Evictor refactoring (diff)
downloadice-5844bc00dc1abb29c3f516f581ec241bac74b15d.tar.bz2
ice-5844bc00dc1abb29c3f516f581ec241bac74b15d.tar.xz
ice-5844bc00dc1abb29c3f516f581ec241bac74b15d.zip
Moved UserExceptionFactory from Ice to IceInternal namespace/package.
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();
-}