java.rmi.server

Class SkeletonNotFoundException

public class SkeletonNotFoundException extends RemoteException

Deprecated: no replacement. Skeletons are no longer required.

Thrown if a Skeleton corresponding to the remote object is not found. Note that Skeletons are no longer required.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
SkeletonNotFoundException(String s)
Create an exception with the specified message.
SkeletonNotFoundException(String s, Exception e)
Create an exception with the specified message and cause.

Constructor Detail

SkeletonNotFoundException

public SkeletonNotFoundException(String s)
Create an exception with the specified message.

Parameters: s the message

SkeletonNotFoundException

public SkeletonNotFoundException(String s, Exception e)
Create an exception with the specified message and cause.

Parameters: s the message e the cause