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

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.rice.kns.exception.AuthorizationException
                      extended by org.kuali.kfs.module.bc.exception.BudgetConstructionDocumentAuthorizationException
All Implemented Interfaces:
Serializable

public class BudgetConstructionDocumentAuthorizationException
extends org.kuali.rice.kns.exception.AuthorizationException

Handles special Budget Construction Document exception processing to display the reason behind the authorization exception and to also display a link allowing the user to get back to the BC document selection screen.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.exception.AuthorizationException
action, additionalDetails, targetType, userId
 
Constructor Summary
BudgetConstructionDocumentAuthorizationException(String userId, String action, String documentId, String reason, boolean isPickListMode)
          Constructs a BudgetConstructionDocumentAuthorizationException.java.
 
Method Summary
 String getErrorMessageKey()
           
 
Methods inherited from class org.kuali.rice.kns.exception.AuthorizationException
getAction, getAdditionalDetails, getTargetType, getUserId
 
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

BudgetConstructionDocumentAuthorizationException

public BudgetConstructionDocumentAuthorizationException(String userId,
                                                        String action,
                                                        String documentId,
                                                        String reason,
                                                        boolean isPickListMode)
Constructs a BudgetConstructionDocumentAuthorizationException.java.

Parameters:
userId -
action -
documentId -
Method Detail

getErrorMessageKey

public String getErrorMessageKey()
Overrides:
getErrorMessageKey in class org.kuali.rice.kns.exception.AuthorizationException
See Also:
AuthorizationException.getErrorMessageKey()


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