org.kuali.kfs.fp.exception
Class CashDrawerStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.kns.exception.KualiException
                  extended by org.kuali.kfs.fp.exception.CashDrawerStateException
All Implemented Interfaces:
Serializable

public class CashDrawerStateException
extends org.kuali.rice.kns.exception.KualiException

See Also:
Serialized Form

Constructor Summary
CashDrawerStateException(String campusCode, String controllingDocumentId, String currentDrawerStatus, String desiredDrawerStatus)
           
 
Method Summary
 String getCampusCode()
           
 String getControllingDocumentId()
           
 String getCurrentDrawerStatus()
           
 String getDesiredDrawerStatus()
           
 Properties toProperties()
          Creates a Properties object, based on the properties in this exception
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CashDrawerStateException

public CashDrawerStateException(String campusCode,
                                String controllingDocumentId,
                                String currentDrawerStatus,
                                String desiredDrawerStatus)
Method Detail

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.