public class FileUploadException extends BaseException
| Constructor and Description |
|---|
FileUploadException(int code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static FileUploadException |
failToMkdirs(String folder) |
static FileUploadException |
fileEmpty() |
static FileUploadException |
notSupport(String message) |
static FileUploadException |
unKnowError() |
static FileUploadException |
uploadPathNotExist() |
getCode, setCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileUploadException(int code,
String message)
public static FileUploadException uploadPathNotExist()
public static FileUploadException notSupport(String message)
public static FileUploadException failToMkdirs(String folder)
public static FileUploadException fileEmpty()
public static FileUploadException unKnowError()
Copyright © 2021. All rights reserved.