public abstract class FileReadException
extends org.mule.runtime.api.exception.MuleRuntimeException
MuleRuntimeException to be thrown when there is a problem while trying to read the content of a file lazily.
Notice that this are not ModuleExceptions so they do not have a Mule Error
associated, as these exceptions are thrown outside of the Connector Operation/Source execution.| Constructor and Description |
|---|
FileReadException(org.mule.runtime.api.i18n.I18nMessage message)
Creates a new instance with the specified detail
message |
FileReadException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause)
Creates a new instance with the specified detail
message |
FileReadException(Throwable cause)
Creates a new instance
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileReadException(org.mule.runtime.api.i18n.I18nMessage message)
messagemessage - the detail messagepublic FileReadException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause)
messagemessage - the detail messagecause - public FileReadException(Throwable cause)
cause - Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.