Package org.adempiere.exceptions
Class InvoiceFullyMatchedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- org.adempiere.exceptions.InvoiceFullyMatchedException
-
- All Implemented Interfaces:
Serializable
public class InvoiceFullyMatchedException extends AdempiereException
Throwed when an invoice is fully matched so no more receipts can be generated.- Author:
- Teo Sarca, www.arhipac.ro
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
AD_Message
-
Constructor Summary
Constructors Constructor Description InvoiceFullyMatchedException()
-
Method Summary
-
Methods inherited from class org.adempiere.exceptions.AdempiereException
getCtx, getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
AD_Message
public static final String AD_Message
- See Also:
- Constant Field Values
-
-