org.apache.wicket.util.upload
Class FileUploadBase.InvalidContentTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wicket.util.upload.FileUploadException
              extended by org.apache.wicket.util.upload.FileUploadBase.InvalidContentTypeException
All Implemented Interfaces:
Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.InvalidContentTypeException
extends FileUploadException

Thrown to indicate that the request is not a multipart request.

See Also:
Serialized Form

Constructor Summary
FileUploadBase.InvalidContentTypeException()
          Constructs a InvalidContentTypeException with no detail message.
FileUploadBase.InvalidContentTypeException(String message)
          Constructs an InvalidContentTypeException with the specified detail message.
FileUploadBase.InvalidContentTypeException(String message, Throwable cause)
          Constructs an InvalidContentTypeException with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class org.apache.wicket.util.upload.FileUploadException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadBase.InvalidContentTypeException

public FileUploadBase.InvalidContentTypeException()
Constructs a InvalidContentTypeException with no detail message.


FileUploadBase.InvalidContentTypeException

public FileUploadBase.InvalidContentTypeException(String message)
Constructs an InvalidContentTypeException with the specified detail message.

Parameters:
message - The detail message.

FileUploadBase.InvalidContentTypeException

public FileUploadBase.InvalidContentTypeException(String message,
                                                  Throwable cause)
Constructs an InvalidContentTypeException with the specified detail message and cause.

Parameters:
message - The detail message.
cause - The real cause


Copyright © 2006–2015 Apache Software Foundation. All rights reserved.