public class InvalidOptionValueException
extends org.mule.runtime.extension.api.exception.ModuleException
| Constructor and Description |
|---|
InvalidOptionValueException(String message)
Construct exception with given message.
|
InvalidOptionValueException(String optionName,
String message)
Construct exception for an option with given message.
|
InvalidOptionValueException(String optionName,
String message,
Throwable cause)
Construct exception for an option with given message.
|
InvalidOptionValueException(String message,
Throwable cause)
Construct exception with given message.
|
getType, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidOptionValueException(String message)
message - Description of the exceptionpublic InvalidOptionValueException(String message, Throwable cause)
message - description of the exceptioncause - underlying causepublic InvalidOptionValueException(String optionName, String message)
optionName - name of the option the exception occurred onmessage - description of the exceptionpublic InvalidOptionValueException(String optionName, String message, Throwable cause)
optionName - name of the option the exception occurred onmessage - description of the exceptioncause - underlying causeCopyright © 2019–2024 Teslanet.nl. All rights reserved.