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:
@@ -55,4 +55,10 @@ public class IndexException extends ExternalException
|
||||
|
||||
} // end constructor
|
||||
|
||||
public IndexException(DatabaseException de)
|
||||
{
|
||||
super(de);
|
||||
|
||||
} // end constructor
|
||||
|
||||
} // end class IndexException
|
||||
|
||||
Reference in New Issue
Block a user