Searched refs:RoleNotFoundException (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRoleNotFoundException.java34 public class RoleNotFoundException extends RelationException { class in inherits:RelationException
42 public RoleNotFoundException() { method in class:RoleNotFoundException
51 public RoleNotFoundException(String message) { method in class:RoleNotFoundException
H A DRelation.java62 * @exception RoleNotFoundException if:
72 RoleNotFoundException,
104 * @exception RoleNotFoundException if there is no role with given name
108 RoleNotFoundException;
141 * @exception RoleNotFoundException if there is no role with the supplied
164 RoleNotFoundException,
214 * @exception RoleNotFoundException if role does not exist in the
229 RoleNotFoundException,
H A DRelationServiceMBean.java210 * @exception RoleNotFoundException if a value is provided for a role
230 RoleNotFoundException,
277 * @exception RoleNotFoundException if a value is provided for a role
288 RoleNotFoundException,
622 * @exception RoleNotFoundException if:
634 RoleNotFoundException;
689 * @exception RoleNotFoundException if there is no role with given name
695 RoleNotFoundException;
711 * @exception RoleNotFoundException if:
736 RoleNotFoundException,
[all...]
H A DRelationService.java535 * @exception RoleNotFoundException if a value is provided for a role
555 RoleNotFoundException,
581 // Can throw RoleNotFoundException, InvalidRelationId,
638 * @exception RoleNotFoundException if a value is provided for a role
649 RoleNotFoundException,
762 // Can throw RoleNotFoundException, InvalidRelationIdException,
1564 // RoleNotFoundException, MBeanException
1571 } catch (RoleNotFoundException exc2) {
1829 * @exception RoleNotFoundException if:
1841 RoleNotFoundException {
[all...]
H A DRelationSupport.java271 * @exception RoleNotFoundException if:
281 RoleNotFoundException,
292 // Can throw RoleNotFoundException and
392 * @exception RoleNotFoundException if there is no role with given name
396 RoleNotFoundException {
414 // Will throw a RoleNotFoundException
423 // a RoleNotFoundException will be thrown.
445 * @exception RoleNotFoundException if there is no role with the supplied
468 RoleNotFoundException,
547 * @exception RoleNotFoundException i
[all...]

Completed in 69 milliseconds