Searched refs:ServerCloneException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DServerCloneException.java29 * A <code>ServerCloneException</code> is thrown if a remote exception occurs
40 * instance of <code>ServerCloneException</code> always throws {@link
47 public class ServerCloneException extends CloneNotSupportedException { class in inherits:CloneNotSupportedException
64 * Constructs a <code>ServerCloneException</code> with the specified
69 public ServerCloneException(String s) { method in class:ServerCloneException
75 * Constructs a <code>ServerCloneException</code> with the specified
81 public ServerCloneException(String s, Exception cause) { method in class:ServerCloneException
H A DUnicastRemoteObject.java201 throw new ServerCloneException("Clone failed", e);
/openjdk7/jdk/test/java/rmi/RemoteException/chaining/
H A DChaining.java32 import java.rmi.server.ServerCloneException;
74 test(new ServerCloneException(foo), foo, null);
75 test(new ServerCloneException(foo, t), fooMsg, t);

Completed in 30 milliseconds