diff options
author | Michi Henning <michi@zeroc.com> | 2003-10-06 23:26:58 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-10-06 23:26:58 +0000 |
commit | 5844bc00dc1abb29c3f516f581ec241bac74b15d (patch) | |
tree | dee8ccd65fa475fb7181c18d80bc24405e07a490 /java/src/Ice/UserExceptionFactory.java | |
parent | Fixed checkpoint, small Evictor refactoring (diff) | |
download | ice-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.java | 23 |
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(); -} |