All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.guardtime.ksi.service.tcp.TCPTimeoutException Maven / Gradle / Ivy

There is a newer version: 4.19.220
Show newest version
package com.guardtime.ksi.service.tcp;

public class TCPTimeoutException extends KSITCPTransactionException {
    public TCPTimeoutException(String message) {
        super("TCP timeout: " + message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy