Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi.server

Class SkeletonMismatchException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.rmi.RemoteException
            |
            +--java.rmi.server.SkeletonMismatchException


public class SkeletonMismatchException

extends RemoteException

Thrown if a call is received that does not match a Skeleton. Note that Skeletons are no longer required.

Since:Author:

Constructor Summary

SkeletonMismatchException(java.lang.String s)

Create an exception with the specified message.

Constructor Details

SkeletonMismatchException

public SkeletonMismatchException(java.lang.String s)

Create an exception with the specified message.

Parameters: