com.trendmicro.grid.acl.l0
Class InsufficientRightsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.trendmicro.grid.acl.l0.WebException
com.trendmicro.grid.acl.l0.AuthenticationException
com.trendmicro.grid.acl.l0.InsufficientRightsException
- All Implemented Interfaces:
- Serializable
@WebFault(targetNamespace="http://grid.trendmicro.com/services/level-0")
public class InsufficientRightsException
- extends AuthenticationException
Defines the exception to throw if the logged in user has insufficient privileges.
- Version:
- 1.0
- Author:
- Juergen_Kellerer, 2010-04-26
- See Also:
- Serialized Form
InsufficientRightsException
public InsufficientRightsException()
InsufficientRightsException
public InsufficientRightsException(String message)
InsufficientRightsException
public InsufficientRightsException(String[] requiredRoles,
String[] actualRoles)
getRequiredRoles
public List<String> getRequiredRoles()
getActualRoles
public List<String> getActualRoles()