Java Tool Kit

ITT.WAFr.Utilities
Class Upload.FormMethodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byITT.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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Java Tool Kit

Copyright ©2004, If•Then Technology