com.sap.security.api

Class NoAccessPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sap.security.api.UMRuntimeException
                  extended by com.sap.security.api.PrincipalNotAccessibleException
                      extended by com.sap.security.api.NoAccessPermissionException
All Implemented Interfaces:
Serializable

public class NoAccessPermissionException
extends PrincipalNotAccessibleException

This exception is used, if the access to a already populated principal fails because missing permission. Example: You got a role object from the RoleFactory where you do not have correct permissions for.

See Also:
Serialized Form

Field Summary
static String NO_ACCESS_PERMISSION_EXCEPTION_MESSAGE
           
 
Fields inherited from class com.sap.security.api.UMRuntimeException
mMessageBuffer
 
Constructor Summary
NoAccessPermissionException()
           
NoAccessPermissionException(String message)
           
NoAccessPermissionException(Throwable nestedException)
           
NoAccessPermissionException(Throwable nestedException, String message)
           
 
Method Summary
 
Methods inherited from class com.sap.security.api.UMRuntimeException
addMessage, getMessages, getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_ACCESS_PERMISSION_EXCEPTION_MESSAGE

public static final String NO_ACCESS_PERMISSION_EXCEPTION_MESSAGE
See Also:
Constant Field Values
Constructor Detail

NoAccessPermissionException

public NoAccessPermissionException()

NoAccessPermissionException

public NoAccessPermissionException(String message)

NoAccessPermissionException

public NoAccessPermissionException(Throwable nestedException,
                                   String message)

NoAccessPermissionException

public NoAccessPermissionException(Throwable nestedException)
Access Rights

This class can be accessed from:


SC DC
[sap.com] ENGINEAPI [sap.com] com.sap.security.api.sda
[sap.com] ENGFACADE [sap.com] tc/je/usermanagement/api


Copyright 2010 SAP AG Complete Copyright Notice