Package org.kuali.rice.krad.exception
Class InactiveDocumentTypeAuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kuali.rice.core.api.exception.KualiException
-
- org.kuali.rice.krad.exception.AuthorizationException
-
- org.kuali.rice.krad.exception.DocumentTypeAuthorizationException
-
- org.kuali.rice.krad.exception.InactiveDocumentTypeAuthorizationException
-
- All Implemented Interfaces:
Serializable
public class InactiveDocumentTypeAuthorizationException extends DocumentTypeAuthorizationException
This class represents an exception that is thrown when a given user is not authorized to take a given action on the given document type.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.kuali.rice.krad.exception.AuthorizationException
action, additionalDetails, targetType, userId
-
-
Constructor Summary
Constructors Constructor Description InactiveDocumentTypeAuthorizationException(String action, String documentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessageKey()-
Methods inherited from class org.kuali.rice.krad.exception.AuthorizationException
getAction, getAdditionalDetails, getTargetType, getUserId
-
Methods inherited from class org.kuali.rice.core.api.exception.KualiException
isHideIncidentReport, setHideIncidentReport
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getErrorMessageKey
public String getErrorMessageKey()
- Overrides:
getErrorMessageKeyin classDocumentTypeAuthorizationException- See Also:
AuthorizationException.getErrorMessageKey()
-
-