public class SkeletonNotFoundException extends RemoteException
detail| Constructor and Description |
|---|
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.
|
getCause, getMessagefillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SkeletonNotFoundException(String s)
s - the messagepublic SkeletonNotFoundException(String s, Exception e)
s - the messagee - the cause