Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

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

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

Constructors

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.


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)