public class InvalidRolePrivilegeException extends RoleException
Constructor and Description |
---|
InvalidRolePrivilegeException(Set<Privilege> invalidPrivileges,
String message)
Constructs an
InvalidRolePrivilegeException with the invalid privileges and specified message. |
Modifier and Type | Method and Description |
---|---|
Set<Privilege> |
getInvalidPrivileges()
Returns the set of privileges which cannot be assigned to the specified role.
|
getLocalizedMessage, getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidRolePrivilegeException(Set<Privilege> invalidPrivileges, String message)
InvalidRolePrivilegeException
with the invalid privileges and specified message.invalidPrivileges
- the set of privileges which cannot be assigned to the specified rolemessage
- the detailed messageCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA