Searched defs:SkeletonNotFoundException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DSkeletonNotFoundException.java31 * A <code>SkeletonNotFoundException</code> is thrown if the
41 public class SkeletonNotFoundException extends RemoteException { class in inherits:RemoteException
47 * Constructs a <code>SkeletonNotFoundException</code> with the specified
53 public SkeletonNotFoundException(String s) { method in class:SkeletonNotFoundException
58 * Constructs a <code>SkeletonNotFoundException</code> with the specified
65 public SkeletonNotFoundException(String s, Exception ex) { method in class:SkeletonNotFoundException

Completed in 38 milliseconds