@Deprecated public class SkeletonNotFoundException extends RemoteException
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.
detail| Constructor and Description |
|---|
SkeletonNotFoundException(String
Deprecated.
Constructs a
SkeletonNotFoundException with the specified detail message.
|
SkeletonNotFoundException(String
Deprecated.
Constructs a
SkeletonNotFoundException with the specified detail message and nested exception.
|
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SkeletonNotFoundException(Strings)
SkeletonNotFoundException with the specified detail message.
s - the detail message.