public final class FileAlreadyExistsException
extends org.mule.runtime.extension.api.exception.ModuleException
ModuleException to be thrown in the cases in which a given file already exists. For example, when trying to create a
new file with a FileWriteMode.CREATE_NEW write mode and the file already existed.| Constructor and Description |
|---|
FileAlreadyExistsException(String message)
Creates a new instance with the specified detail
message |
FileAlreadyExistsException(String message,
Exception exception)
Creates a new instance with the specified detail
message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileAlreadyExistsException(String message)
messagemessage - the detail messageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.