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

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.PositionNotFoundException
All Implemented Interfaces:
Serializable

public class PositionNotFoundException
extends RuntimeException

Thrown when a position retrieval is requested from an external system and is not found

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

Constructor Summary
PositionNotFoundException(Integer universityFiscalYear, String positionNumber)
          Constructs a PositionNotFoundException.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

PositionNotFoundException

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

Method Detail

getMessageKey

public String getMessageKey()

getMessageParameters

public String[] getMessageParameters()


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