java.rmi.server
Class SkeletonNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
java.rmi.server.SkeletonNotFoundException
- All Implemented Interfaces:
- Serializable
Deprecated. no replacement. Skeletons are no longer required.
public class SkeletonNotFoundException
- extends RemoteException
Thrown if a Skeleton corresponding to the remote object is not found.
Note that Skeletons are no longer required.
- Since:
- 1.1
- See Also:
- Serialized Form
SkeletonNotFoundException
public SkeletonNotFoundException(String s)
- Deprecated.
- Create an exception with the specified message.
- Parameters:
s
- the message
SkeletonNotFoundException
public SkeletonNotFoundException(String s,
Exception e)
- Deprecated.
- Create an exception with the specified message and cause.
- Parameters:
s
- the messagee
- the cause