public class ODataModuleException
extends org.mule.runtime.extension.api.exception.ModuleException
implements org.mule.runtime.api.exception.ErrorMessageAwareException
Any exception thrown within the module will end up converted to this message aware exception.
| Constructor and Description |
|---|
ODataModuleException(org.mule.runtime.extension.api.error.ErrorTypeDefinition errorType,
Throwable cause,
org.mule.runtime.api.message.Message message) |
ODataModuleException(String errorMessage,
org.mule.runtime.extension.api.error.ErrorTypeDefinition errorType,
Throwable cause,
org.mule.runtime.api.message.Message message) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.Message |
getErrorMessage() |
getType, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ODataModuleException(org.mule.runtime.extension.api.error.ErrorTypeDefinition errorType,
Throwable cause,
org.mule.runtime.api.message.Message message)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.