An unresolved role. Used when a role could not be retrieved from a
relation due to a problem. It has the role name, the value if that
was passed and the problem type.
author: Adrian Brock version: $Revision: 57200 $
Constructor Summary
public
RoleUnresolved(String roleName, List roleValue, int problemType) Construct a new unresolved role.
The passed list must be an ArrayList.
Parameters: roleName - the role name Parameters: roleValue - the MBean object names in the role can be null Parameters: problemType - the problem type.
The passed list must be an ArrayList.
Parameters: roleName - the role name Parameters: roleValue - the MBean object names in the role can be null Parameters: problemType - the problem type. exception: IllegalArgumentException - for null values orincorrect problem type.