Package org.adempiere.exceptions
Class PeriodClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.adempiere.exceptions.AdempiereException
-
- org.adempiere.exceptions.PeriodClosedException
-
- All Implemented Interfaces:
Serializable
public class PeriodClosedException extends AdempiereException
Period Closed Exception. This exception is throwed byMPeriod.testPeriodOpen(java.util.Properties, Timestamp, int, int)
andMPeriod.testPeriodOpen(java.util.Properties, Timestamp, String, int)
methods.- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL, victor.perez@e-evolution.com, e-Evolution http://www.e-evolution.com
- FR [ 2520591 ] Support multiples calendar for Org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PeriodClosedException(Timestamp dateAcct, String docBaseType)
-
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
-
-