public class FileUploadException
extends java.io.IOException
| Constructor and Description |
|---|
FileUploadException()
Constructs a new
FileUploadException without message. |
FileUploadException(java.lang.String msg)
Constructs a new
FileUploadException with specified detail
message. |
FileUploadException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new
FileUploadException with the given
detail message and cause. |
FileUploadException(java.lang.Throwable cause)
Creates a new
FileUploadException with the given
cause. |
public FileUploadException()
FileUploadException without message.public FileUploadException(java.lang.String msg)
FileUploadException with specified detail
message.msg - the error message.public FileUploadException(java.lang.String msg,
java.lang.Throwable cause)
FileUploadException with the given
detail message and cause.msg - The exceptions detail message.cause - The exceptions cause.public FileUploadException(java.lang.Throwable cause)
FileUploadException with the given
cause.cause - The exceptions cause.Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.