com.sapportals.wcm.repository

Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sapportals.wcm.WcmException
              extended by com.sapportals.wcm.util.content.ContentException
                  extended by com.sapportals.wcm.repository.ResourceException
                      extended by com.sapportals.wcm.repository.AccessDeniedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingDavPrivilegeException

public class AccessDeniedException
extends ResourceException

Access to a resource or property is denied because the user does not have the required authorization.

Copyright (c) SAP AG 2001-2004

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sapportals.wcm.WcmException
ex
 
Constructor Summary
AccessDeniedException(AccessDeniedException newEx, String permissionName, String userID)
          This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API.
AccessDeniedException(RID resourceID, String permissionName, String userID)
          Constructs a new exception
AccessDeniedException(String msg)
          Deprecated. as of 7.1, please provide at least a permissionName. Constructs a new exception
AccessDeniedException(String msg, RID resourceID, String permissionName, String userID)
          Constructs a new exception
AccessDeniedException(String msg, URI resourceID, String permissionName, String userID)
          Deprecated. as of NW04.
AccessDeniedException(URI resourceID, String permissionName, String userID)
          Deprecated. as of NW04.
 
Method Summary
 IAclPermission getMappedPermission()
           
 IPermission getPermission()
           
 String getPermissionName()
          Returns the name of the required permission the user does not have.
 String getUserID()
          Returns the ID of the user.
 
Methods inherited from class com.sapportals.wcm.repository.ResourceException
fillInStackTrace, getLocalizedMessage, getMessage, getNextResourceException, getResourceID, getRID, printStackTrace, printStackTrace, printStackTrace, setNextResourceException, toString
 
Methods inherited from class com.sapportals.wcm.WcmException
getContainedException, isLogged, setContainedException
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException(String msg)
Deprecated. as of 7.1, please provide at least a permissionName. Constructs a new exception

Parameters:
msg - The exception message text

AccessDeniedException

public AccessDeniedException(AccessDeniedException newEx,
                             String permissionName,
                             String userID)
This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API.

Parameters:
newEx - The new exception.

AccessDeniedException

public AccessDeniedException(String msg,
                             URI resourceID,
                             String permissionName,
                             String userID)
Deprecated. as of NW04.


AccessDeniedException

public AccessDeniedException(String msg,
                             RID resourceID,
                             String permissionName,
                             String userID)
Constructs a new exception

Parameters:
msg - The exception message text
resourceID - The ID of the resource this exception belongs to (optional)
permissionName - The name of the required permission the user does not have (optional)
userID - The user ID (optional)

AccessDeniedException

public AccessDeniedException(URI resourceID,
                             String permissionName,
                             String userID)
Deprecated. as of NW04.


AccessDeniedException

public AccessDeniedException(RID resourceID,
                             String permissionName,
                             String userID)
Constructs a new exception

Parameters:
resourceID - The ID of the resource this exception belongs to (optional)
permissionName - The name of the required permission the user does not have (optional)
userID - The user ID (optional)
Method Detail

getPermissionName

public String getPermissionName()
Returns the name of the required permission the user does not have. Can be null .

Returns:
the name of the required permission the user does not have. Can be null .

getPermission

public IPermission getPermission()
Returns:
the IPermission for the required framework permission the user does not have. Can be null.
Since:
7.1 The IPermission for the required framework permission the user does not have. Can be null.

getMappedPermission

public IAclPermission getMappedPermission()
Returns:
the mapped IAclPermission for the required framework permission the user does not have. Can be null.
Since:
7.1 The mapped IAclPermission for the required framework permission the user does not have. Can be null.

getUserID

public String getUserID()
Returns the ID of the user. Can be null .

Returns:
the ID of the user. Can be null .
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice