public class InvoicePipelineException
extends java.lang.Exception
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
InvoicePipelineException()
Construct an empty InvoicePipelineException. 
 | 
InvoicePipelineException(PipelineResult pObj)
Construct an InvoicePipelineException with a specified PipelineResult object. 
 | 
InvoicePipelineException(java.lang.String pMsg,
                        PipelineResult pObj)
Construct an InvoicePipelineException with a given PipelineResult object
 and error message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PipelineResult | 
getPipelineResult()
Get the PipelineResult object whose errors triggered this exception. 
 | 
void | 
setPipelineResult(PipelineResult pPipelineResult)
Set the PipelineResult object whose errors triggered this exception. 
 | 
public InvoicePipelineException()
public InvoicePipelineException(PipelineResult pObj)
public InvoicePipelineException(java.lang.String pMsg,
                                PipelineResult pObj)
public void setPipelineResult(PipelineResult pPipelineResult)
public PipelineResult getPipelineResult()