|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMarkForDeletionFailedException
com.ibm.workplace.wcm.api.exceptions.MultipleDraftsExistException
public class MultipleDraftsExistException
Gets thrown when a draft in a project is marked for deletion while there exists other drafts for the same published version.
Constructor Summary | |
---|---|
MultipleDraftsExistException(Localized localizedMessage,
java.lang.String p_uuid)
Constructor that requires a localized message |
|
MultipleDraftsExistException(java.lang.String p_uuid)
Constructor |
|
MultipleDraftsExistException(java.lang.String msg,
java.lang.String p_uuid)
Constructs a new exception with the given message. |
|
MultipleDraftsExistException(java.lang.String detail,
java.lang.Throwable cause,
java.lang.String p_uuid)
Constructor that requires detail plus a cause exception |
Method Summary | |
---|---|
java.lang.String |
getPublishedId()
get the Published Id |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipleDraftsExistException(java.lang.String p_uuid)
p_uuid
- the published ID for which multiple drafts existpublic MultipleDraftsExistException(java.lang.String msg, java.lang.String p_uuid)
msg
- the messagep_uuid
- the published ID for which multiple drafts existpublic MultipleDraftsExistException(java.lang.String detail, java.lang.Throwable cause, java.lang.String p_uuid)
detail
- a message description extra information about the exceptioncause
- the exception that caused this exceptionp_uuid
- the published ID for which multiple drafts existpublic MultipleDraftsExistException(Localized localizedMessage, java.lang.String p_uuid)
localizedMessage
- a localized message description extra information about the exceptionp_uuid
- the published ID for which multiple drafts existMethod Detail |
---|
public java.lang.String getPublishedId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |