1 27 28 package javax.management.relation; 29 30 class RelationErrs 31 { 32 static String ERR_RELATION_ID_EXISTS = "The Relation Id is already used in the Relation Service !!!!!"; 33 static String ERR_REL_SERV_NOT_FOUND = "The Relation Service is not registered with the MBean Server !!!!!"; 34 static String ERR_ILLEGAL_ARG = "Cannot create objects for null values !!!!!"; 35 static String ERR_NO_RELATION_TYPE = "There is no Relation Type with this name !!!!!"; 36 static String ERR_REL_NOT_FOUND = "There is no such Relation with the given RelId !!!!!"; 37 static String ERR_ROLE_NOT_FOUND = "There is no corresponding role found !!!!!"; 38 static String ERR_INVALID_ROLE = "The Relation has a Duplicate RoleValue"; 39 static String ERR_RELATIONID_ALREADY_EXISTS = "A Relation with this RelationId already exists !!!!!"; 40 } | Popular Tags |