Class AccountingException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • AccountingException

        public AccountingException()
      • AccountingException

        public AccountingException​(java.lang.Throwable throwable)
      • AccountingException

        public AccountingException​(java.lang.String string)
      • AccountingException

        public AccountingException​(java.lang.String string,
                                   java.lang.Throwable throwable)