Class AccountingException

All Implemented Interfaces:
Serializable

public class AccountingException extends GenericServiceException
Accounting Exceptions are to be distinguished from other exceptions as serious problems in configuration, execution or logic in the Accounting components that could lead to errors in Invoices, the General Ledger, and Payments. When one of these occurs, make sure to reconcile the affected data.
See Also:
  • Constructor Details

    • AccountingException

      public AccountingException()
    • AccountingException

      public AccountingException(Throwable throwable)
    • AccountingException

      public AccountingException(String string)
    • AccountingException

      public AccountingException(String string, Throwable throwable)