Package | Description |
---|---|
org.wso2.carbon.registry.synchronization | |
org.wso2.carbon.registry.synchronization.message |
Modifier and Type | Method and Description |
---|---|
MessageCode |
SynchronizationException.getCode()
Method to retrieve the message code of the detailed message of this exception.
|
Constructor and Description |
---|
SynchronizationException(MessageCode code)
Constructs a new exception with the specified message code.
|
SynchronizationException(MessageCode code,
String[] parameters)
Constructs a new exception with the specified message code and cause and parameters related
to this exception's detailed message.
|
SynchronizationException(MessageCode code,
Throwable cause)
Constructs a new exception with the specified message code and cause.
|
SynchronizationException(MessageCode code,
Throwable cause,
String[] parameters)
Constructs a new exception with the specified message code and cause and parameters related
to this exception's detailed message.
|
Modifier and Type | Method and Description |
---|---|
MessageCode |
Message.getMessageCode()
Method to retrieve the code of this message.
|
static MessageCode |
MessageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCode[] |
MessageCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Message(MessageCode messageCode,
String[] parameters)
Constructor accepting the code of the message and a list of parameters.
|
Copyright © 2015 WSO2 Inc. All Rights Reserved.