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

com.paritytrading.juncture.nasdaq.itch50.ITCH50Exception Maven / Gradle / Ivy

package com.paritytrading.juncture.nasdaq.itch50;

import java.io.IOException;

/**
 * Indicates a protocol error while handling the NASDAQ TotalView-ITCH 5.0
 * protocol.
 */
public class ITCH50Exception extends IOException {

    /**
     * Construct an instance with the specified detail message.
     *
     * @param message the detail message
     */
    public ITCH50Exception(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy