public class FileUploadException extends Exception
| Constructor and Description |
|---|
FileUploadException()
Constructs a new
FileUploadException without message. |
FileUploadException(String sMsg)
Constructs a new
FileUploadException with specified detail
message. |
FileUploadException(String sMsg,
Throwable aCause)
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 sMsg)
FileUploadException with specified detail
message.sMsg - the error message.Copyright © 2014–2019 Philip Helger. All rights reserved.