Uses of Class
com.kuka.comm.ConnectionException

Packages that use ConnectionException
com.kuka.comm Public interfaces for navigation communication framework. 
com.kuka.comm.codec Contains base classes for encoding and decoding messages. 
com.kuka.comm.net Contains classes for network based connections. 
 

Uses of ConnectionException in com.kuka.comm
 

Methods in com.kuka.comm that throw ConnectionException
 void Connection.send(Object msg)
          This method will send the message.
 

Uses of ConnectionException in com.kuka.comm.codec
 

Subclasses of ConnectionException in com.kuka.comm.codec
 class CodecException
          A base exception for en- or decoding messages in context of KUKA Navigation Communication Framework.
 class DecoderException
          An exception which can occur during decoding.
 class EncoderException
          An exception which can occur during encoding.
 

Uses of ConnectionException in com.kuka.comm.net
 

Methods in com.kuka.comm.net that throw ConnectionException
 void UdpConnection.send(Object msg)
           
 void TcpConnection.send(Object msg)
           
 



Copyright © 2019. All rights reserved.