public class FileUploadException extends Exception
| Constructor and Description |
|---|
FileUploadException()
Constructs a new
FileUploadException without message. |
FileUploadException(String message)
Constructs a new
FileUploadException with specified detail
message. |
FileUploadException(String message,
Throwable cause)
Creates a new
FileUploadException with the given
detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileUploadException()
FileUploadException without message.public FileUploadException(String message)
FileUploadException with specified detail
message.message - the error message.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.