Class java.rmi.server.SkeletonNotFoundException (1.1)


public class SkeletonNotFoundException extends RemoteException {
  // Public Constructors
    public SkeletonNotFoundException(String s);
    public SkeletonNotFoundException(String s, Exception ex);
}