org.kuali.kfs.module.bc.exception
Class BudgetPositionAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.kfs.module.bc.exception.BudgetPositionAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class BudgetPositionAlreadyExistsException
- extends RuntimeException
Thrown when a request to import a new position into budget is called but the position is already in the budget position table.
- See Also:
BudgetConstructionPositionService
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BudgetPositionAlreadyExistsException
public BudgetPositionAlreadyExistsException(Integer universityFiscalYear,
String positionNumber)
- Constructs a BudgetPositionAlreadyExistsException.java.
getMessageKey
public String getMessageKey()
getMessageParameters
public String[] getMessageParameters()
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.