
org.jvirtanen.parity.net.pmr.PMRException Maven / Gradle / Ivy
The newest version!
package org.jvirtanen.parity.net.pmr;
import org.jvirtanen.parity.net.ProtocolException;
/**
* Indicates a protocol error while handling the PMR protocol.
*/
public class PMRException extends ProtocolException {
/**
* Construct an instance with the specified detail message.
*
* @param message the detail message
*/
public PMRException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy