|
|||||||||
| 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
public class WorkflowException
An exception that occurs when operating on workflows.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
WorkflowException()
Constructs a new WorkflowException. |
|
WorkflowException(java.lang.String pString)
Constructs a new WorkflowException with the given message. |
|
WorkflowException(java.lang.String pString,
java.lang.Throwable pRootCause)
Constructs a new WorkflowException with the given message and root exception. |
|
WorkflowException(java.lang.Throwable pRootCause)
Constructs a new WorkflowException with the given root exception. |
|
| Method Summary |
|---|
| 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 WorkflowException()
public WorkflowException(java.lang.String pString)
public WorkflowException(java.lang.Throwable pRootCause)
public WorkflowException(java.lang.String pString,
java.lang.Throwable pRootCause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||