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

/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRoleInfoNotFoundException.java34 public class RoleInfoNotFoundException extends RelationException { class in inherits:RelationException
42 public RoleInfoNotFoundException() { method in class:RoleInfoNotFoundException
51 public RoleInfoNotFoundException(String message) { method in class:RoleInfoNotFoundException
H A DRelationType.java69 * @exception RoleInfoNotFoundException if no role info with that name in
74 RoleInfoNotFoundException;
H A DRelationTypeSupport.java242 * @exception RoleInfoNotFoundException if no role info with that name in
247 RoleInfoNotFoundException {
265 throw new RoleInfoNotFoundException(excMsgStrB.toString());
H A DRelationServiceMBean.java161 * @exception RoleInfoNotFoundException if the role is not part of the
168 RoleInfoNotFoundException;
H A DRelationService.java410 * @exception RoleInfoNotFoundException if the role is not part of the
417 RoleInfoNotFoundException {
430 // Can throw a RoleInfoNotFoundException
945 // Can throw a RoleInfoNotFoundException to be transformed into
955 } catch (RoleInfoNotFoundException exc) {
1015 } catch (RoleInfoNotFoundException exc) {
3048 // Can throw a RoleInfoNotFoundException to be converted into a
3053 } catch (RoleInfoNotFoundException exc) {
3696 // RoleInfoNotFoundException
3703 } catch (RoleInfoNotFoundException exc
[all...]

Completed in 44 milliseconds