ITT.WAFr.Utilities
Class Upload.FormMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ITT.WAFr.Utilities.Upload.FormMethodException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Upload
- public final class Upload.FormMethodException
- extends Exception
This exception is thrown when the HttpServletRequest object's HTTP method is not of type 'POST'.
Ensure that the HTML form posting the data has an encoding type of 'MultiPart/Form-Data' and a method of 'POST'.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Copyright ©2004, IfThen Technology