Searched defs:ServerCloneException (Results 1 - 1 of 1) 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

Completed in 35 milliseconds