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, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SkeletonNotFoundException(String s)
s
- the messagepublic SkeletonNotFoundException(String s, Exception e)
s
- the messagee
- the cause