Package org.kuali.rice.kns.exception
Class FileUploadLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.api.exception.KualiException
org.kuali.rice.kns.exception.FileUploadLimitExceededException
- All Implemented Interfaces:
Serializable
Deprecated.
Only used in KNS classes, no replacement.
This class represents an FileUploadLimitExceededException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileUploadLimitExceededException(String message, Throwable cause) Deprecated.Create an FileUploadLimitExceededException with the given message and causeFileUploadLimitExceededException(String message, org.apache.struts.action.ActionForm actionForm, org.apache.struts.action.ActionMapping actionMapping) Deprecated.Create an FileUploadLimitExceededException with the given message -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts.action.ActionFormDeprecated.org.apache.struts.action.ActionMappingDeprecated.Methods inherited from class org.kuali.rice.core.api.exception.KualiException
isHideIncidentReport, setHideIncidentReportMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileUploadLimitExceededException
public FileUploadLimitExceededException(String message, org.apache.struts.action.ActionForm actionForm, org.apache.struts.action.ActionMapping actionMapping) Deprecated.Create an FileUploadLimitExceededException with the given message- Parameters:
message-
-
FileUploadLimitExceededException
Deprecated.Create an FileUploadLimitExceededException with the given message and cause- Parameters:
message-cause-
-
-
Method Details
-
getActionForm
public org.apache.struts.action.ActionForm getActionForm()Deprecated.- Returns:
- the actionForm
-
getActionMapping
public org.apache.struts.action.ActionMapping getActionMapping()Deprecated.- Returns:
- the actionMapping
-