|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.paris.lutece.plugins.stock.business.purchase.exception.PurchaseException
fr.paris.lutece.plugins.stock.business.purchase.exception.PurchaseSessionExpired
public class PurchaseSessionExpired
Exception thrown when purchase have not active session
Constructor Summary | |
---|---|
PurchaseSessionExpired(java.lang.Integer purchaseId,
java.lang.String msg)
Instantiates a new purchase session expired. |
Method Summary | |
---|---|
java.lang.Integer |
getPurchaseId()
Gets the purchase id. |
void |
setPurchaseId(java.lang.Integer purchaseId)
Sets the purchase id. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PurchaseSessionExpired(java.lang.Integer purchaseId, java.lang.String msg)
purchaseId
- the purchase idmsg
- the msgMethod Detail |
---|
public java.lang.Integer getPurchaseId()
getPurchaseId
in class PurchaseException
public void setPurchaseId(java.lang.Integer purchaseId)
setPurchaseId
in class PurchaseException
purchaseId
- the purchaseId to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |