All Packages Class Hierarchy This Package Previous Next Index

Class java.rmi.server.SkeletonNotFoundException

java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.io.IOException | +----java.rmi.RemoteException | +----java.rmi.server.SkeletonNotFoundException
public class SkeletonNotFoundException
extends RemoteException

Constructor Index

 o SkeletonNotFoundException(String)
Create a new SkeletonNotFoundException exception with a descriptive string.
 o SkeletonNotFoundException(String, Exception)
Create a new SkeletonNotFoundException with a descriptive string and an exception.

Constructors

 o SkeletonNotFoundException public SkeletonNotFoundException(String s)
Create a new SkeletonNotFoundException exception with a descriptive string.

 o 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
Submit a bug or feature