java.rmi.server
Class SkeletonNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by java.rmi.server.SkeletonNotFoundException
All Implemented Interfaces:
Serializable

Deprecated. no replacement. Skeletons are no longer required.

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:
1.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
SkeletonNotFoundException(String s)
          Deprecated. Create an exception with the specified message.
SkeletonNotFoundException(String s, Exception e)
          Deprecated. Create an exception with the specified message and cause.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkeletonNotFoundException

public SkeletonNotFoundException(String s)
Deprecated. 
Create an exception with the specified message.

Parameters:
s - the message

SkeletonNotFoundException

public SkeletonNotFoundException(String s,
                                 Exception e)
Deprecated. 
Create an exception with the specified message and cause.

Parameters:
s - the message
e - the cause