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

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.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

Constructor Summary
BudgetPositionAlreadyExistsException(Integer universityFiscalYear, String positionNumber)
          Constructs a BudgetPositionAlreadyExistsException.java.
 
Method Summary
 String getMessageKey()
           
 String[] getMessageParameters()
           
 
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

BudgetPositionAlreadyExistsException

public BudgetPositionAlreadyExistsException(Integer universityFiscalYear,
                                            String positionNumber)
Constructs a BudgetPositionAlreadyExistsException.java.

Method Detail

getMessageKey

public String getMessageKey()

getMessageParameters

public String[] getMessageParameters()


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