public class FileUploadException extends IOException
Constructor and Description |
---|
FileUploadException()
Constructs a new
FileUploadException without message. |
FileUploadException(String msg)
Constructs a new
FileUploadException with specified detail
message. |
FileUploadException(String msg,
Throwable cause)
Creates a new
FileUploadException with the given
detail message and cause. |
FileUploadException(Throwable cause)
Creates a new
FileUploadException with the given
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileUploadException()
FileUploadException
without message.public FileUploadException(String msg)
FileUploadException
with specified detail
message.msg
- the error message.public FileUploadException(String msg, Throwable cause)
FileUploadException
with the given
detail message and cause.msg
- The exceptions detail message.cause
- The exceptions cause.public FileUploadException(Throwable cause)
FileUploadException
with the given
cause.cause
- The exceptions cause.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.