|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.workflow.WorkflowException
atg.workflow.ActorAccessException
public class ActorAccessException
An exception that can occur when attempting to execute a task on behalf of a user who isn't authorized to perform it.
WorkflowView,
Serialized Form| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
DirectoryPrincipal |
getOwningUser()
Returns the DirectoryPrincipal whose ownership of some object forbids access, or null if access was prevented by an ACL-based security check. |
| Methods inherited from class atg.core.exception.ContainerException |
|---|
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public ActorAccessException()
public ActorAccessException(java.lang.String pMessage)
public ActorAccessException(java.lang.String pMessage,
DirectoryPrincipal pOwningUser)
pOwningUser - the user whose ownership caused the access
failure| Method Detail |
|---|
public DirectoryPrincipal getOwningUser()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||