| Interface | Description |
|---|---|
| ComposedErrorException |
Exception that holds a collection of child
Errors. |
| ErrorMessageAwareException |
Exception that holds a
Message regarding the error that occurred. |
| Class | Description |
|---|---|
| ExceptionHelper |
ExceptionHelper provides a number of helper functions that can be useful for dealing with Mule exceptions. |
| Exception | Description |
|---|---|
| LocatedMuleException |
LocatedMuleException is a general exception that adds context location about the Exception (i.e.: where it
occurred in the application). |
| MuleException |
MuleException is the base exception type for the Mule server any other exceptions thrown by Mule code will be based on
this exception. |
| MuleRuntimeException |
MuleRuntimeException Is the base runtime exception type for the Mule Server any other runtimes exceptions thrown by
Mule code will use or be based on this exception. |
| ObjectNotFoundException |
Exception type for representing a failure due to object not found.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.