org.apache.wicket.util.upload
Class FileUploadBase.InvalidContentTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.wicket.util.upload.FileUploadException
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
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.