org.kuali.kfs.fp.exception
Class CashDrawerStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.kns.exception.KualiException
org.kuali.kfs.fp.exception.CashDrawerStateException
- All Implemented Interfaces:
- Serializable
public class CashDrawerStateException
- extends org.kuali.rice.kns.exception.KualiException
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.exception.KualiException |
isHideIncidentReport, setHideIncidentReport |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CashDrawerStateException
public CashDrawerStateException(String campusCode,
String controllingDocumentId,
String currentDrawerStatus,
String desiredDrawerStatus)
getCampusCode
public String getCampusCode()
- Returns:
- current value of campusCode.
getCurrentDrawerStatus
public String getCurrentDrawerStatus()
- Returns:
- current value of currentDrawerStatus.
getDesiredDrawerStatus
public String getDesiredDrawerStatus()
- Returns:
- current value of desiredDrawerStatus.
getControllingDocumentId
public String getControllingDocumentId()
- Returns:
- current value of controllingDocumentId.
toProperties
public Properties toProperties()
- Creates a Properties object, based on the properties in this exception
- Returns:
- a Properties object
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.