java.rmi.server
Class SkeletonNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--java.rmi.server.SkeletonNotFoundException
Thrown if a Skeleton corresponding to the remote object is not found.
Note that Skeletons are no longer required.
Since:Author:SkeletonNotFoundException
public SkeletonNotFoundException(java.lang.String s)
Create an exception with the specified message.
Parameters:
SkeletonNotFoundException
public SkeletonNotFoundException(java.lang.String s, java.lang.Exception e)
Create an exception with the specified message and cause.
Parameters: