atg.b2bcommerce.invoice
Class InvoiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.commerce.invoice.InvoiceException
                  extended by atg.b2bcommerce.invoice.InvoiceException
All Implemented Interfaces:
ContainableException, java.io.Serializable

Deprecated.

public class InvoiceException
extends InvoiceException

See Also:
InvoiceException, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Deprecated.  
 
Constructor Summary
InvoiceException()
          Deprecated. Construct an empty InvoiceException.
InvoiceException(java.lang.String pStr)
          Deprecated. Construct an InvoiceException with the specified error message.
InvoiceException(java.lang.String pStr, java.lang.Throwable pSourceException)
          Deprecated. Construct an InvoiceException with the specified error message that wraps the specified source exception.
InvoiceException(java.lang.Throwable pSourceException)
          Deprecated. Construct an InvoiceException that wraps the specified source exception.
 
Method Summary
 
Methods inherited from class atg.core.exception.ContainerException
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
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

InvoiceException

public InvoiceException()
Deprecated. 
Construct an empty InvoiceException.


InvoiceException

public InvoiceException(java.lang.String pStr)
Deprecated. 
Construct an InvoiceException with the specified error message.


InvoiceException

public InvoiceException(java.lang.Throwable pSourceException)
Deprecated. 
Construct an InvoiceException that wraps the specified source exception.


InvoiceException

public InvoiceException(java.lang.String pStr,
                        java.lang.Throwable pSourceException)
Deprecated. 
Construct an InvoiceException with the specified error message that wraps the specified source exception.