| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.kuali.core.exceptions.DocumentInitiationAuthorizationException
DocumentInitiationAuthorizationException | public class DocumentInitiationAuthorizationException extends RuntimeException (Code) | | This class represents an exception that is thrown when a given user is not authorized to initiate a
certain document type.
|
DocumentInitiationAuthorizationException | public DocumentInitiationAuthorizationException(String errorMessageKey, String[] messageParameters)(Code) | | |
DocumentInitiationAuthorizationException | public DocumentInitiationAuthorizationException(String[] messageParameters)(Code) | | |
getErrorMessageKey | public String getErrorMessageKey()(Code) | | Gets the errorMessageKey attribute.
Returns the errorMessageKey. |
getMessageParameters | public String[] getMessageParameters()(Code) | | Gets the messageParameters attribute.
Returns the messageParameters. |
setErrorMessageKey | public void setErrorMessageKey(String errorMessageKey)(Code) | | Sets the errorMessageKey attribute value.
Parameters: errorMessageKey - The errorMessageKey to set. |
setMessageParameters | public void setMessageParameters(String[] messageParameters)(Code) | | Sets the messageParameters attribute value.
Parameters: messageParameters - The messageParameters to set. |
|
|
|