/* 01) any instance of java.rmi.MarshalException in which the
value of the exception's detail field is an instance of
java.io.ObjectStreamException */
badInvException01 =
new MarshalException("LeaseExpirationTest",
new StreamCorruptedException("LeaseExpirationTest"));
badInvOwner01 =
new FailingOpCountingOwner(badInvException01, 0, renewGrant);
/* 02) any instance of java.rmi.UnmarshalException in which the
value of the exception's detail field is an instance of
java.io.ObjectStreamException */
badInvException02 =
new UnmarshalException("LeaseExpirationTest",
new StreamCorruptedException("LeaseExpirationTest"));
badInvOwner02 =
new FailingOpCountingOwner(badInvException02, 0, renewGrant);
/* 03) any instance of java.rmi.ServerException in which the
value of the exception's detail field is a bad invocation