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

com.fireflysource.net.websocket.common.exception.EncodingAcceptHashKeyException Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.fireflysource.net.websocket.common.exception;

/**
 * @author Pengtao Qiu
 */
public class EncodingAcceptHashKeyException extends RuntimeException {

    public EncodingAcceptHashKeyException(String message) {
        super(message);
    }

    public EncodingAcceptHashKeyException(String message, Throwable e) {
        super(message, e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy