Class java.rmi.server.ServerCloneException (1.1)


public class ServerCloneException extends CloneNotSupportedException {
  // Public Constructors
    public ServerCloneException(String s);
    public ServerCloneException(String s, Exception ex);
  // Public Instance Variables
    public Exception detail;
  // Public Instance Methods
    public String getMessage( );  // Overrides Throwable.getMessage( )
}