public class InvoiceException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
mNestedContainerException| Constructor and Description | 
|---|
InvoiceException()
Construct an empty InvoiceException. 
 | 
InvoiceException(java.lang.String pStr)
Construct an InvoiceException with the specified error message. 
 | 
InvoiceException(java.lang.String pStr,
                java.lang.Throwable pSourceException)
Construct an InvoiceException with the specified error message
 that wraps the specified source exception. 
 | 
InvoiceException(java.lang.Throwable pSourceException)
Construct an InvoiceException that wraps the specified source exception. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic InvoiceException()
public InvoiceException(java.lang.String pStr)
public InvoiceException(java.lang.Throwable pSourceException)
public InvoiceException(java.lang.String pStr,
                        java.lang.Throwable pSourceException)