org.kuali.kfs.module.bc.exception
Class BudgetConstructionLockUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.kfs.module.bc.exception.BudgetConstructionLockUnavailableException
All Implemented Interfaces:
Serializable

public class BudgetConstructionLockUnavailableException
extends RuntimeException

Thrown when an account lock is unavailable for the account

See Also:
org.kuali.kfs.module.bc..service.HumanResourcesPayrollService, Serialized Form

Constructor Summary
BudgetConstructionLockUnavailableException(BudgetConstructionLockStatus lockStatus)
          Constructs a BudgetConstructionLockUnavailableException.java.
 
Method Summary
 BudgetConstructionLockStatus getLockStatus()
          Return the BudgetConstructionLockStatus
 
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

BudgetConstructionLockUnavailableException

public BudgetConstructionLockUnavailableException(BudgetConstructionLockStatus lockStatus)
Constructs a BudgetConstructionLockUnavailableException.java.

Method Detail

getLockStatus

public BudgetConstructionLockStatus getLockStatus()
Return the BudgetConstructionLockStatus

Returns:


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.