public final class IllegalPathException
extends org.mule.runtime.extension.api.exception.ModuleException
ModuleException to be thrown in the cases in which a given path is invalid. For instance, if the path is null
or doesn't exist.| Constructor and Description |
|---|
IllegalPathException(String message)
Creates a new instance with the specified detail
message |
IllegalPathException(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 IllegalPathException(String message)
messagemessage - the detail messageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.