com.adobe.idp.dsc.registry
Class PermissionGrantNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.dsc.DSCException
              extended by com.adobe.idp.dsc.registry.RegistryException
                  extended by com.adobe.idp.dsc.registry.PermissionGrantNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PermissionGrantNotFoundException
extends RegistryException

An exception indicating that the permission grant was not found.

See Also:
Serialized Form

Constructor Summary
PermissionGrantNotFoundException(com.adobe.idp.dsc.DSCError error)
          Constructor that uses the specified document service component error.
PermissionGrantNotFoundException(java.lang.String aPermissionName)
          Constructor that uses the specified permission.
PermissionGrantNotFoundException(java.lang.String aPermissionName, java.lang.String aServiceId)
          Constructor that uses the specified permission and service identifier.
 
Method Summary
 
Methods inherited from class com.adobe.idp.dsc.DSCException
getError, getMessage, getNestedThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionGrantNotFoundException

public PermissionGrantNotFoundException(com.adobe.idp.dsc.DSCError error)
Constructor that uses the specified document service component error.

Parameters:
error - The document service component error.

PermissionGrantNotFoundException

public PermissionGrantNotFoundException(java.lang.String aPermissionName)
Constructor that uses the specified permission.

Parameters:
aPermissionName - The permission.

PermissionGrantNotFoundException

public PermissionGrantNotFoundException(java.lang.String aPermissionName,
                                        java.lang.String aServiceId)
Constructor that uses the specified permission and service identifier.

Parameters:
aPermissionName - The permission.
aServiceId - The service identifier.


[an error occurred while processing this directive] [an error occurred while processing this directive]