Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 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()
}