com.ibm.workplace.wcm.api.exceptions
Class FirstStageContainsPublishActionException

java.lang.Object
  extended by ProjectException
      extended by com.ibm.workplace.wcm.api.exceptions.FirstStageContainsPublishActionException

public class FirstStageContainsPublishActionException
extends ProjectException

A subclass of ProjectException is thrown from the WcmProjectService

Items with a first stage having a published action are not allowed to be in projects. Refer to WCM documentation for more information.

Since:
8.0

Constructor Summary
FirstStageContainsPublishActionException(java.lang.Throwable cause)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstStageContainsPublishActionException

public FirstStageContainsPublishActionException(java.lang.Throwable cause)
Constructor

Parameters:
cause -