atg.b2bcommerce.invoice
Class InvoiceException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           atg.core.exception.ContainerException
atg.core.exception.ContainerException
               atg.commerce.invoice.InvoiceException
atg.commerce.invoice.InvoiceException
                   atg.b2bcommerce.invoice.InvoiceException
atg.b2bcommerce.invoice.InvoiceException
- All Implemented Interfaces: 
- ContainableException, java.io.Serializable
Deprecated.
- public class InvoiceException 
- extends InvoiceException
- See Also:
- InvoiceException, 
Serialized Form
 
| 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.
 | 
 
 
 
| 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Deprecated. 
 
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.