Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi.server

Class 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

Thrown if a Skeleton corresponding to the remote object is not found. Note that Skeletons are no longer required.

Since:Author:

Constructor Summary

SkeletonNotFoundException(java.lang.String s)

Create an exception with the specified message.
SkeletonNotFoundException(java.lang.String s, java.lang.Exception e)

Create an exception with the specified message and cause.

Constructor Details

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: