Uses of Class
org.wso2.carbon.registry.synchronization.message.MessageCode

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, 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.
 

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(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, String[] parameters)
          Constructor accepting the code of the message and a list of parameters.
 



Copyright © 2014 WSO2 Inc. All Rights Reserved.