public void run() throws Exception {
FakeMethodConstraints clientConstraints =
new FakeMethodConstraints(null);
FakeBasicInvocationHandler newHandler;
FakeBasicInvocationHandler handler =
new FakeBasicInvocationHandler(new FakeObjectEndpoint(),null);
logger.log(Level.FINE,"=================================");
logger.log(Level.FINE,"test case 1: setClientConstraints(null)");
logger.log(Level.FINE,"");