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

com.barchart.udt.net.ExceptionSendUDT Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (C) 2009-2013 Barchart, Inc. 
 *
 * All rights reserved. Licensed under the OSI BSD License.
 *
 * http://www.opensource.org/licenses/bsd-license.php
 */
package com.barchart.udt.net;

import com.barchart.udt.ErrorUDT;
import com.barchart.udt.ExceptionUDT;

/**
 * 
 */
@SuppressWarnings("serial")
public class ExceptionSendUDT extends ExceptionUDT {

	protected ExceptionSendUDT(final int socketID, final ErrorUDT error,
			final String comment) {
		super(socketID, error, comment);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy