public class ActorAccessException extends WorkflowException
WorkflowView, 
Serialized Form| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
ActorAccessException()
Constructs a new ActorAccessException based on failure of an
 ACL-based security check. 
 | 
ActorAccessException(java.lang.String pMessage)
Constructs a new ActorAccessException with the given message,
 based on failure of an ACL-based security check. 
 | 
ActorAccessException(java.lang.String pMessage,
                    DirectoryPrincipal pOwningUser)
Constructs a new ActorAccessException with the given message,
 based on failure of an ownership-based security check. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DirectoryPrincipal | 
getOwningUser()
Returns the DirectoryPrincipal whose ownership of some object
 forbids access, or null if access was prevented by an ACL-based
 security check. 
 | 
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic ActorAccessException()
public ActorAccessException(java.lang.String pMessage)
public ActorAccessException(java.lang.String pMessage,
                    DirectoryPrincipal pOwningUser)
pOwningUser - the user whose ownership caused the access
 failurepublic DirectoryPrincipal getOwningUser()