Lines Matching refs:RoleNotFoundException

535      * @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 {
1861 // Can throw RoleNotFoundException
1874 // Can throw MBeanException wrapping a RoleNotFoundException:
1894 if (wrappedExc instanceof RoleNotFoundException) {
1895 throw ((RoleNotFoundException)wrappedExc);
2045 * @exception RoleNotFoundException if there is no role with given name
2051 RoleNotFoundException {
2068 // Can throw RoleNotFoundException
2077 // Can throw MBeanException wrapping RoleNotFoundException:
2093 if (wrappedExc instanceof RoleNotFoundException) {
2094 throw ((RoleNotFoundException)wrappedExc);
2120 * @exception RoleNotFoundException if the role does not exist or is not
2142 RoleNotFoundException,
2161 // Can throw RoleNotFoundException,
2183 // Can throw MBeanException wrapping RoleNotFoundException,
2199 if (wrappedExc instanceof RoleNotFoundException) {
2200 throw ((RoleNotFoundException)wrappedExc);
2968 // -exception RoleNotFoundException if a value is provided for a role
2990 RoleNotFoundException,
3049 // RoleNotFoundException
3054 throw new RoleNotFoundException(exc.getMessage());
3359 // Will not throw RoleNotFoundException (role to be
3365 } catch (RoleNotFoundException exc1) {
3386 // RoleNotFoundException or MBeanException) or
3425 // -exception RoleNotFoundException for problems:
3437 RoleNotFoundException,
3445 // Exception type: 1 = RoleNotFoundException
3487 throw new RoleNotFoundException(excMsg);
3641 // -exception RoleNotFoundException if one role given as parameter does
3649 RoleNotFoundException {
3686 // RoleNotFoundException
3737 // Can throw RoleNotFoundException (but already checked)
3765 // MBeanException (wrapping RoleNotFoundException or