ibis.rmi.server
Class SkeletonNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ibis.ipl.IbisIOException
ibis.rmi.RemoteException
ibis.rmi.server.SkeletonNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class SkeletonNotFoundException
- extends RemoteException
A SkeletonNotFoundException
is thrown if the skeleton
corresponding to the remote object that is being exported is not found.
Note: in Ibis RMI, we do have skeletons.
- See Also:
- Serialized Form
Constructor Summary |
SkeletonNotFoundException(java.lang.String s)
Constructs an SkeletonNotFoundException with the specified
detail message. |
SkeletonNotFoundException(java.lang.String s,
java.lang.Exception ex)
Constructs an SkeletonNotFoundException with the specified
detail message and nested exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SkeletonNotFoundException
public SkeletonNotFoundException(java.lang.String s)
- Constructs an
SkeletonNotFoundException
with the specified
detail message.
- Parameters:
s
- the detail message
SkeletonNotFoundException
public SkeletonNotFoundException(java.lang.String s,
java.lang.Exception ex)
- Constructs an
SkeletonNotFoundException
with the specified
detail message and nested exception.
- Parameters:
s
- the detail messageex
- the nested exception
The Ibis project