tied the UniStore into the Index Manager by providing resolvers for the Index

Manager to use to retrieve UniStore messages
This commit is contained in:
Eric J. Bowersox
2003-06-14 08:30:48 +00:00
parent 3328e56f07
commit ce27befa54
4 changed files with 141 additions and 0 deletions

View File

@@ -55,4 +55,10 @@ public class IndexException extends ExternalException
} // end constructor
public IndexException(DatabaseException de)
{
super(de);
} // end constructor
} // end class IndexException