Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.workflow
Class WorkflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.kernel.workflow.WorkflowException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequiredWorkflowDefinitionException, WorkflowDefinitionFileException, WorkflowTaskDueDateException

public class WorkflowException
extends PortalException

See Also:
Serialized Form

Constructor Summary
WorkflowException()
           
WorkflowException(String msg)
           
WorkflowException(String msg, Throwable cause)
           
WorkflowException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowException

public WorkflowException()

WorkflowException

public WorkflowException(String msg)

WorkflowException

public WorkflowException(String msg,
                         Throwable cause)

WorkflowException

public WorkflowException(Throwable cause)

Liferay 6.1.2-ce-ga3