ITT.WAFr.Utilities
Class Upload.FormEncodingTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ITT.WAFr.Utilities.Upload.FormEncodingTypeException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Upload
- public final class Upload.FormEncodingTypeException
- extends Exception
This exception is thrown when the HttpServletRequest object's encoding type is not of type 'MultiPart/Form-Data'.
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