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

com.paritytrading.juncture.cboe.fx.itch.CboeFXBookException Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package com.paritytrading.juncture.cboe.fx.itch;

import java.io.IOException;

/**
 * Indicates a protocol error while handling Cboe FX Book Protocol.
 */
public class CboeFXBookException extends IOException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy