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

java.lang.Object
  extended by DocumentDeleteException
      extended by com.ibm.workplace.wcm.api.exceptions.DraftExistsException

public class DraftExistsException
extends DocumentDeleteException

Thrown if Deletion of a published item is prevented because of the existence of one or more drafts


Constructor Summary
DraftExistsException(java.lang.Throwable cause)
          Constructor to only be used by sub classes
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DraftExistsException

public DraftExistsException(java.lang.Throwable cause)
Constructor to only be used by sub classes

Parameters:
cause - the exception that caused this exception