public static enum FileUploadException.UploadErrorCodes extends Enum<FileUploadException.UploadErrorCodes>
Enum Constant and Description |
---|
FileSizeLimitExceededException |
FileUploadException |
IllegalBoundaryException |
InvalidContentTypeException |
ItemSkippedException |
MalformedStreamException |
SizeLimitExceededException |
Modifier and Type | Method and Description |
---|---|
static FileUploadException.UploadErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileUploadException.UploadErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileUploadException.UploadErrorCodes MalformedStreamException
public static final FileUploadException.UploadErrorCodes FileSizeLimitExceededException
public static final FileUploadException.UploadErrorCodes FileUploadException
public static final FileUploadException.UploadErrorCodes IllegalBoundaryException
public static final FileUploadException.UploadErrorCodes InvalidContentTypeException
public static final FileUploadException.UploadErrorCodes ItemSkippedException
public static final FileUploadException.UploadErrorCodes SizeLimitExceededException
public static FileUploadException.UploadErrorCodes[] values()
for (FileUploadException.UploadErrorCodes c : FileUploadException.UploadErrorCodes.values()) System.out.println(c);
public static FileUploadException.UploadErrorCodes valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.