java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.rmi.RemoteException | +--java.rmi.server.SkeletonNotFoundException
A
SkeletonNotFoundException is thrown if the
Skeleton corresponding to the remote object being exported is
not found. Skeletons are not required in the Java 2 platform, so this exception is
never thrown if stubs are generated with rmic -v1.2. To
generate stubs and skeletons compatible with JDK1.1 and the Java 2 SDK, use
rmic -vcompat which is the default in the Java 2 SDK.
| Fields inherited from class java.rmi.RemoteException |
detail |
| Constructor Summary | |
SkeletonNotFoundException
copy-> new SkeletonNotFoundException( )copy-> <SkeletonNotFoundException var> = new SkeletonNotFoundException(<String s>);
|
|
SkeletonNotFoundException
copy-> new SkeletonNotFoundException(, )copy-> <SkeletonNotFoundException var> = new SkeletonNotFoundException(<String s>, <Exception ex>);
|
|
| Methods inherited from class java.rmi.RemoteException |
getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |