com.wwpass.connection.exceptions.WWPassProtocolException Maven / Gradle / Ivy
package com.wwpass.connection.exceptions;
import java.net.ProtocolException;
public class WWPassProtocolException extends ProtocolException {
/**
*
*/
private static final long serialVersionUID = -3282962640938845591L;
public WWPassProtocolException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy