Uses of Class
org.universAAL.middleware.connectors.exception.CommunicationConnectorErrorCode

Packages that use CommunicationConnectorErrorCode
org.universAAL.middleware.connectors.exception   
 

Uses of CommunicationConnectorErrorCode in org.universAAL.middleware.connectors.exception
 

Methods in org.universAAL.middleware.connectors.exception that return CommunicationConnectorErrorCode
static CommunicationConnectorErrorCode CommunicationConnectorErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommunicationConnectorErrorCode[] CommunicationConnectorErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.universAAL.middleware.connectors.exception with parameters of type CommunicationConnectorErrorCode
CommunicationConnectorException(CommunicationConnectorErrorCode code)
           
CommunicationConnectorException(CommunicationConnectorErrorCode code, String description)
           
CommunicationConnectorException(CommunicationConnectorErrorCode code, String msg, Throwable t)
           
CommunicationConnectorException(CommunicationConnectorErrorCode code, Throwable t)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.