public class InvoiceAppendError extends java.lang.RuntimeException
The Invoice Append Runtime Exception is thrown whenever something goes wrong during the invoice to PDF appending process.
| Constructor and Description |
|---|
InvoiceAppendError(java.lang.String msg)
|
InvoiceAppendError(java.lang.String msg,
java.lang.Throwable e)
|
public InvoiceAppendError(java.lang.String msg)
Instantiates a new invoice append error.
msg - the messagepublic InvoiceAppendError(java.lang.String msg, java.lang.Throwable e)
Instantiates a new invoice append error.
msg - the messagee - the eCopyright © 2014 konik.io. All Rights Reserved.