Operation |
Details |
public getPubItemRef():ItemRO |
Sequential Notes: | Returns the item reference. @return the reference of the pubitem | |
public PublishingException( ItemRO pubItemRef): |
Sequential Notes: | Creates a new instance with the given pubitem reference. | |
public PublishingException( Throwable cause): |
Sequential Notes: | Creates a new instance with the given cause. | |
public PublishingException( ItemRO pubItemRef, Throwable cause): |
Sequential Notes: | Creates a new instance with the given pubItemRef and cause. | |
public setPubItemRef( ItemRO pubItemRef):void |
Sequential Notes: | Sets the reference of the pubitem | |