![JAR search and dependency download from the Maven repository](/logo.png)
com.paritytrading.juncture.hotspot.itch.ITCHException Maven / Gradle / Ivy
The newest version!
package com.paritytrading.juncture.hotspot.itch;
import java.io.IOException;
/**
* Indicates a protocol error while handling ITCH Session Management Protocol.
*/
public class ITCHException extends IOException {
/**
* Create an instance with the specified detail message.
*
* @param message the detail message
*/
public ITCHException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy