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.
@Deprecated
public class FileUploadLimitExceededException
- extends KualiException
This class represents an FileUploadLimitExceededException.
- See Also:
- Serialized Form
Method Summary |
org.apache.struts.action.ActionForm |
getActionForm()
Deprecated. |
org.apache.struts.action.ActionMapping |
getActionMapping()
Deprecated. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
public FileUploadLimitExceededException(String message,
Throwable cause)
- Deprecated.
- Create an FileUploadLimitExceededException with the given message and cause
- Parameters:
message
- cause
-
getActionForm
public org.apache.struts.action.ActionForm getActionForm()
- Deprecated.
- Returns:
- the actionForm
getActionMapping
public org.apache.struts.action.ActionMapping getActionMapping()
- Deprecated.
- Returns:
- the actionMapping
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.