Searched refs:CommunicationException (Results 1 – 4 of 4) sorted by relevance
30 public class CommunicationException extends RuntimeException { class37 public CommunicationException() { in CommunicationException() method in CommunicationException41 public CommunicationException(String message, Throwable cause) { in CommunicationException() method in CommunicationException45 public CommunicationException(String message) { in CommunicationException() method in CommunicationException49 public CommunicationException(Throwable cause) { in CommunicationException() method in CommunicationException
98 …onized void sendPackage(int headerType, byte[] header, byte[] data) throws CommunicationException { in sendPackage()125 throw new CommunicationException("Failed to send data to automation server!", e); in sendPackage()143 throw new CommunicationException("Bad data package. Wrong check byte."); in run()230 …throw new CommunicationException("Failed to connect to automation server on: " + host + ":" + port… in start()
564 throw new CommunicationException("Failed to get data from automation server!"); in endBlock()
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...