| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionException
Signals that an error occurred while trying to establish a connection
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocatedMuleException
LocatedMuleException is a general exception that adds context location about the Exception (i.e.: where it
occurred in the application). |
| Modifier and Type | Method and Description |
|---|---|
static MuleException |
ExceptionHelper.getRootMuleException(Throwable t) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateException
CreateException is thrown when creating an object inside Mule wasn't possible due to inconsistent internal state
or wrong input. |
class |
InitialisationException
InitialisationException is thrown by the initialise method defined in the
Initialisable interface. |
class |
LifecycleException
LifecycleException is the base exception thrown when an error occurs
during a Lifecycle phase. |
| Modifier and Type | Method and Description |
|---|---|
void |
Startable.start() |
void |
Stoppable.stop() |
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataResolvingException
Exception that represents an error related to Metadata resolving.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSecurityException
Base exception for all security exceptions related to security failures calling external endpoint.
|
class |
SecurityException
SecurityException is a generic security exception |
class |
SecurityProviderNotFoundException
SecurityProviderNotFoundException is thrown by the SecurityManager when an authentication request is made but no
suitable security provider can be found to process the authentication. |
class |
ServerSecurityException
Base exception for all security exceptions related to security enforced within the mule runtime.
|
class |
UnknownAuthenticationTypeException
UnknownAuthenticationTypeException is thrown if a security context request is make with an unrecognised
Authentication type. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectAlreadyExistsException
This exception is thrown when an
ObjectStore tries to store a value using a key for which another value
is already present. |
class |
ObjectDoesNotExistException
This exception is thrown when an
ObjectStore attempts to operate on a key for which it doesn't
have an associated value |
class |
ObjectStoreException
This exception class is thrown in cases when an exception occurs while operating on an
ObjectStore. |
class |
ObjectStoreNotAvailableException
This exception is thrown when the underlying to an
ObjectStore's system fails. |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionException
TransactionException is thrown when an exception occurs while trying to create, start commit or rollback
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.