{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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

java.lang.Object
  extended by ProjectException
      extended by com.ibm.workplace.wcm.api.exceptions.DraftRelationshipExistException
public class DraftRelationshipExistException
extends ProjectException

This exception is thrown when attempting to remove an item from a project that is referenced by another draft item in the same project.

When a two drafts reference each other within a project then those item cannot be removed from the project.

Since:
8.5

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

DraftRelationshipExistException

public DraftRelationshipExistException(java.lang.Throwable cause)
Constructor

Parameters:
cause -

DraftRelationshipExistException

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

Parameters:
localizedMessage - a localized message description extra information about the exception
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD