java.rmi.server

Class SkeletonMismatchException

public class SkeletonMismatchException extends RemoteException

Deprecated: no replacement. Skeletons are no longer required.

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

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
SkeletonMismatchException(String s)
Create an exception with the specified message.

Constructor Detail

SkeletonMismatchException

public SkeletonMismatchException(String s)

Deprecated: no longer needed

Create an exception with the specified message.

Parameters: s the message