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

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

public class ParentIsDraftException
extends ProjectException

Thrown as the direct parent of the item being removed from the Project is draft. This is an implicit draft to draft relationship which means neither item can be taken out of the project.

Since:
8.5

Constructor Summary
ParentIsDraftException(Localized localizedMessage)
          Constructor that requires a localized message
ParentIsDraftException(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

ParentIsDraftException

public ParentIsDraftException(java.lang.Throwable cause)
Constructor

Parameters:
cause -

ParentIsDraftException

public ParentIsDraftException(Localized localizedMessage)
Constructor that requires a localized message

Parameters:
localizedMessage - a localized message description extra information about the exception