Searched refs:InactiveGroupException (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/rmi/server/ | ||
H A D | InactiveGroupException.java | 38 public class InactiveGroupException extends ActivationException { class in inherits:ActivationException 47 public InactiveGroupException(String s) { method in class:InactiveGroupException |
H A D | ActivationGroupImpl.java | 220 throw new InactiveGroupException("group is inactive"); |
H A D | Activation.java | 1153 } catch (InactiveGroupException e) { |
Completed in 327 milliseconds