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

com.paritytrading.juncture.hotspot.itch.HotspotBookException Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package com.paritytrading.juncture.hotspot.itch;

import java.io.IOException;

/**
 * Indicates a protocol error while handling Hotspot Book Protocol.
 */
public class HotspotBookException extends IOException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy