Uses of Class
com.prosysopc.ua.UaException

Packages that use UaException
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client Main client side classes of the SDK. 
com.prosysopc.ua.typedictionary Dynamic Structure handing based on TypeDictionarys read from the server address space. 
 

Uses of UaException in com.prosysopc.ua
 

Subclasses of UaException in com.prosysopc.ua
 class MethodCallStatusException
          Exception from a Method Call failure .
 class ServiceException
          An exception from an OPC UA service call.
 class SessionActivationException
          An exception from a failure to activate a OPC UA session.
 class StatusException
          An operation level exception.
 

Methods in com.prosysopc.ua that throw UaException
 UaNode UaAddressSpace.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Convenience method for UaAddressSpace.getNode(NodeId) that accepts ExpandedNodeId
<T extends UaNode>
T
UaAddressSpace.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, Class<T> clazz)
          Convenience method for #getNode(ExpandedNodeId)) that converts the results to given class
 UaNode UaAddressSpace.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Find the UaNode object, corresponding to the NodeId.
<T extends UaNode>
T
UaAddressSpace.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, Class<T> clazz)
          Convenience method for UaAddressSpace.getNode(NodeId) that converts the results to given class
 

Uses of UaException in com.prosysopc.ua.client
 

Subclasses of UaException in com.prosysopc.ua.client
 class AddressSpaceException
          An exception while reading the AddressSpace information from the server.
 class ConnectException
          Failure in connecting the UaClient to the UA Server.
 class InvalidServerEndpointException
          Invalid server endpoint exception.
 

Uses of UaException in com.prosysopc.ua.typedictionary
 

Subclasses of UaException in com.prosysopc.ua.typedictionary
 class TypeDictionaryException
           
 



Copyright © 2018. All rights reserved.