|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageCode | |
---|---|
org.wso2.carbon.registry.synchronization | |
org.wso2.carbon.registry.synchronization.message |
Uses of MessageCode in org.wso2.carbon.registry.synchronization |
---|
Methods in org.wso2.carbon.registry.synchronization that return MessageCode | |
---|---|
MessageCode |
SynchronizationException.getCode()
Method to retrieve the message code of the detailed message of this exception. |
Constructors in org.wso2.carbon.registry.synchronization with parameters of type MessageCode | |
---|---|
SynchronizationException(MessageCode code)
Constructs a new exception with the specified message code. |
|
SynchronizationException(MessageCode code,
java.lang.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,
java.lang.Throwable cause)
Constructs a new exception with the specified message code and cause. |
|
SynchronizationException(MessageCode code,
java.lang.Throwable cause,
java.lang.String[] parameters)
Constructs a new exception with the specified message code and cause and parameters related to this exception's detailed message. |
Uses of MessageCode in org.wso2.carbon.registry.synchronization.message |
---|
Methods in org.wso2.carbon.registry.synchronization.message that return MessageCode | |
---|---|
MessageCode |
Message.getMessageCode()
Method to retrieve the code of this message. |
static MessageCode |
MessageCode.valueOf(java.lang.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. |
Constructors in org.wso2.carbon.registry.synchronization.message with parameters of type MessageCode | |
---|---|
Message(MessageCode messageCode,
java.lang.String[] parameters)
Constructor accepting the code of the message and a list of parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |