| Constructor and Description |
|---|
UnsupportedConnectivityTestingObjectException(I18nMessage message) |
| Constructor and Description |
|---|
ExpressionExecutionException(I18nMessage message) |
ExpressionExecutionException(I18nMessage message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
I18nMessage |
MuleException.getI18nMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MuleException.setMessage(I18nMessage message) |
| Constructor and Description |
|---|
LocatedMuleException(I18nMessage message,
Object component) |
LocatedMuleException(I18nMessage message,
Throwable cause,
Object component) |
MuleException(I18nMessage message) |
MuleException(I18nMessage message,
Throwable cause) |
MuleRuntimeException(I18nMessage message) |
MuleRuntimeException(I18nMessage message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected I18nMessage |
I18nMessageFactory.createMessage(String bundlePath,
int code)
Factory method to create a new
I18nMessage instance that is filled with the formatted message with id code
from the resource bundle bundlePath. |
protected I18nMessage |
I18nMessageFactory.createMessage(String bundlePath,
int code,
Object... arguments)
Factory method to create a new
I18nMessage instance that is filled with the formatted message with id code
from the resource bundle bundlePath. |
protected I18nMessage |
I18nMessageFactory.createMessage(String bundlePath,
int code,
Object arg)
Factory method to create a new
I18nMessage instance that is filled with the formatted message with id code
from the resource bundle bundlePath. |
protected I18nMessage |
I18nMessageFactory.createMessage(String bundlePath,
int code,
Object arg1,
Object arg2)
Factory method to create a new
I18nMessage instance that is filled with the formatted message with id code
from the resource bundle bundlePath. |
protected I18nMessage |
I18nMessageFactory.createMessage(String bundlePath,
int code,
Object arg1,
Object arg2,
Object arg3)
Factory method to create a new
I18nMessage instance that is filled with the formatted message with id code
from the resource bundle bundlePath. |
static I18nMessage |
I18nMessageFactory.createStaticMessage(String message)
Factory method to create a
I18nMessage instance that is not read from a resource bundle. |
static I18nMessage |
I18nMessageFactory.createStaticMessage(String message,
Object... arguments)
Factory method to create a
I18nMessage instance that is not read from a resource bundle. |
I18nMessage |
I18nMessage.getNextMessage() |
I18nMessage |
I18nMessage.setNextMessage(I18nMessage nextMessage) |
| Modifier and Type | Method and Description |
|---|---|
I18nMessage |
I18nMessage.setNextMessage(I18nMessage nextMessage) |
| Constructor and Description |
|---|
CreateException(I18nMessage message,
Object component) |
CreateException(I18nMessage message,
Throwable cause,
Object component) |
InitialisationException(I18nMessage message,
Initialisable component) |
InitialisationException(I18nMessage message,
Throwable cause,
Initialisable component) |
LifecycleException(I18nMessage message,
Object component) |
LifecycleException(I18nMessage message,
Throwable cause,
Object component) |
| Constructor and Description |
|---|
MetadataResolvingException(I18nMessage message,
FailureCode failure) |
MetadataResolvingException(I18nMessage message,
FailureCode failure,
Throwable cause) |
| Constructor and Description |
|---|
ClientSecurityException(I18nMessage message) |
ClientSecurityException(I18nMessage message,
Throwable cause) |
SecurityException(I18nMessage message) |
SecurityException(I18nMessage message,
Throwable cause) |
ServerSecurityException(I18nMessage message) |
ServerSecurityException(I18nMessage message,
Throwable cause) |
| Constructor and Description |
|---|
SerializationException(I18nMessage message) |
SerializationException(I18nMessage message,
Throwable cause) |
| Constructor and Description |
|---|
ObjectAlreadyExistsException(I18nMessage message) |
ObjectAlreadyExistsException(I18nMessage message,
Throwable cause) |
ObjectDoesNotExistException(I18nMessage message) |
ObjectDoesNotExistException(I18nMessage message,
Throwable cause) |
ObjectStoreException(I18nMessage message) |
ObjectStoreException(I18nMessage message,
Throwable cause) |
ObjectStoreNotAvailableException(I18nMessage message) |
ObjectStoreNotAvailableException(I18nMessage message,
Throwable cause) |
| Constructor and Description |
|---|
TransactionException(I18nMessage message) |
TransactionException(I18nMessage message,
Throwable cause) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.