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

com.paritytrading.parity.net.poe.POEException Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package com.paritytrading.parity.net.poe;

import com.paritytrading.parity.net.ProtocolException;

/**
 * Indicates a protocol error while handling the POE protocol.
 */
public class POEException extends ProtocolException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy