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