java.rmi.server
Class SkeletonMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.server.SkeletonMismatchException
- All Implemented Interfaces:
- Serializable
Deprecated. no replacement. Skeletons are no longer required.
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:
- 1.1
- See Also:
- Serialized Form
SkeletonMismatchException
public SkeletonMismatchException(String s)
- Deprecated. no longer needed
- Create an exception with the specified message.
- Parameters:
s
- the message