SkeletonNotFoundExceptionpublic class SkeletonNotFoundException extends RemoteException A SkeletonNotFoundException is thrown if the
Skeleton corresponding to the remote object being
exported is not found. Skeletons are no longer required, so this
exception is never thrown. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public SkeletonNotFoundException(String s)Constructs a SkeletonNotFoundException with the specified
detail message.
super(s);
| public SkeletonNotFoundException(String s, Exception ex)Constructs a SkeletonNotFoundException with the specified
detail message and nested exception.
super(s, ex);
|
|