com.adobe.idp.dsc.registry
Class PermissionGrantNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.idp.dsc.DSCException
com.adobe.idp.dsc.registry.RegistryException
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
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 |
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.