com.trendmicro.grid.acl.l0
Class InsufficientRightsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.trendmicro.grid.acl.l0.WebException
              extended by com.trendmicro.grid.acl.l0.AuthenticationException
                  extended by 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

Constructor Summary
InsufficientRightsException()
           
InsufficientRightsException(String message)
           
InsufficientRightsException(String[] requiredRoles, String[] actualRoles)
           
 
Method Summary
 List<String> getActualRoles()
           
 List<String> getRequiredRoles()
           
 
Methods inherited from class com.trendmicro.grid.acl.l0.WebException
getCode, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientRightsException

public InsufficientRightsException()

InsufficientRightsException

public InsufficientRightsException(String message)

InsufficientRightsException

public InsufficientRightsException(String[] requiredRoles,
                                   String[] actualRoles)
Method Detail

getRequiredRoles

public List<String> getRequiredRoles()

getActualRoles

public List<String> getActualRoles()