public class SkeletonNotFoundException extends java.rmi.RemoteException
| Constructor and Description |
|---|
SkeletonNotFoundException(java.lang.String s)
Deprecated.
Create an exception with the specified message.
|
SkeletonNotFoundException(java.lang.String s,
java.lang.Exception e)
Deprecated.
Create an exception with the specified message and cause.
|
public SkeletonNotFoundException(java.lang.String s)
s - the messagepublic SkeletonNotFoundException(java.lang.String s, java.lang.Exception e)
s - the messagee - the cause