public class InvoiceException extends ContainerException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
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.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
public InvoiceException()
public InvoiceException(java.lang.String pStr)
public InvoiceException(java.lang.Throwable pSourceException)
public InvoiceException(java.lang.String pStr, java.lang.Throwable pSourceException)