Package org.apache.ofbiz.accounting
Class AccountingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ofbiz.base.util.GeneralException
-
- org.apache.ofbiz.service.GenericServiceException
-
- org.apache.ofbiz.accounting.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 Summary
Constructors Constructor Description AccountingException()
AccountingException(java.lang.String string)
AccountingException(java.lang.String string, java.lang.Throwable throwable)
AccountingException(java.lang.Throwable throwable)
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.base.util.GeneralException
checkException, checkException, getMessage, getMessageList, getNested, getNonNestedMessage, printStackTrace, printStackTrace, printStackTrace
-
-
-
-
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)
-
-