atg.b2bcommerce.invoice
Class InvoicePipelineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.commerce.invoice.InvoicePipelineException
              extended by atg.b2bcommerce.invoice.InvoicePipelineException
All Implemented Interfaces:
java.io.Serializable

Deprecated.

public class InvoicePipelineException
extends InvoicePipelineException

See Also:
InvoicePipelineException, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Deprecated.  
 
Constructor Summary
InvoicePipelineException(PipelineResult pObj)
          Deprecated. Construct an InvoicePipelineException with a specified PipelineResult object.
InvoicePipelineException(java.lang.String pMsg, PipelineResult pObj)
          Deprecated. Construct an InvoicePipelineException with a given PipelineResult object and error message.
 
Method Summary
 
Methods inherited from class atg.commerce.invoice.InvoicePipelineException
getPipelineResult, setPipelineResult
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Deprecated. 
Constructor Detail

InvoicePipelineException

public InvoicePipelineException(PipelineResult pObj)
Deprecated. 
Construct an InvoicePipelineException with a specified PipelineResult object.


InvoicePipelineException

public InvoicePipelineException(java.lang.String pMsg,
                                PipelineResult pObj)
Deprecated. 
Construct an InvoicePipelineException with a given PipelineResult object and error message.