Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 1.1
public class SkeletonNotFoundException extends RemoteException { // Public Constructors public SkeletonNotFoundException(String s); public SkeletonNotFoundException(String s, Exception ex); }