Class java.rmi.server.SkeletonNotFoundException
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.server.SkeletonNotFoundException
Object
|
+----Throwable
|
+----Exception
|
+----IOException
|
+----RemoteException
|
+----java.rmi.server.SkeletonNotFoundException
- public class SkeletonNotFoundException
- extends RemoteException
-
java.rmi.server.SkeletonNotFoundException(String)
- Create a new SkeletonNotFoundException exception with a descriptive string.
-
java.rmi.server.SkeletonNotFoundException(String, Exception)
- Create a new SkeletonNotFoundException with a descriptive string and an exception.
SkeletonNotFoundException
public SkeletonNotFoundException(String s)
- Create a new SkeletonNotFoundException exception with a descriptive string.
SkeletonNotFoundException
public SkeletonNotFoundException(String s,
Exception ex)
- Create a new SkeletonNotFoundException with a descriptive string and an exception.
All Packages Class Hierarchy This Package Previous Next Index