org.kuali.kfs.module.bc.exception
Class BudgetConstructionDocumentAuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.kns.exception.KualiException
org.kuali.rice.kns.exception.AuthorizationException
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
Fields inherited from class org.kuali.rice.kns.exception.AuthorizationException |
action, additionalDetails, targetType, userId |
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 |
BudgetConstructionDocumentAuthorizationException
public BudgetConstructionDocumentAuthorizationException(String userId,
String action,
String documentId,
String reason,
boolean isPickListMode)
- Constructs a BudgetConstructionDocumentAuthorizationException.java.
- Parameters:
userId
- action
- documentId
-
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.