Name

ServerCloneException

Synopsis

This exception is thrown if an attempt to clone a RemoteServer object fails while the clone is being exported. The nested exception is the RemoteException that was thrown during the cloning operation.

                  Returned By
public class ServerCloneException extends CloneNotSupportedException {
// Public Constructors
   public ServerCloneException( String s);  
   public ServerCloneException( String s, Exception ex);  
// Public Methods Overriding Throwable
   public Throwable getCause();                                  // 1.4
   public String getMessage();  
// Public Instance Fields
   public Exception detail;  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.