<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.rmi.server.SkeletonMismatchException
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.rmi.server.html">This Package</a>  <a href="java.rmi.server.ServerNotActiveException.html#_top_">Previous</a>  <a href="java.rmi.server.SkeletonNotFoundException.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.rmi.server.SkeletonMismatchException
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----<a href="java.io.IOException.html#_top_">java.io.IOException</a>
                           |
                           +----<a href="java.rmi.RemoteException.html#_top_">java.rmi.RemoteException</a>
                                   |
                                   +----java.rmi.server.SkeletonMismatchException
</pre>
<hr>
<dl>
  <dt> public class <b>SkeletonMismatchException</b>
  <dt> extends <a href="java.rmi.RemoteException.html#_top_">RemoteException</a>
</dl>
This exception is thrown when a call is received that does not
 match the available skeleton.  It indicates either that the
 remote method names or signatures in this interface have changed or
 that the stub class used to make the call and the skeleton
 receiving the call were not generated by the same version of
 the stub compiler (RMIC).
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SkeletonMismatchException(java.lang.String)"><b>SkeletonMismatchException</b></a>(String)
  <dd>  Create a new SkeletonMismatchException exception with a descriptive string.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="SkeletonMismatchException"></a>
<a name="SkeletonMismatchException(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>SkeletonMismatchException</b>
<pre>
 public SkeletonMismatchException(<a href="java.lang.String.html#_top_">String</a> s)
</pre>
<dl>
  <dd> Create a new SkeletonMismatchException exception with a descriptive string.
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.rmi.server.html">This Package</a>  <a href="java.rmi.server.ServerNotActiveException.html#_top_">Previous</a>  <a href="java.rmi.server.SkeletonNotFoundException.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
