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

com.thimbleware.jmemcached.protocol.exceptions.InvalidProtocolStateException Maven / Gradle / Ivy

package com.thimbleware.jmemcached.protocol.exceptions;

/**
 */
public class InvalidProtocolStateException extends Exception {
    public InvalidProtocolStateException() {
    }

    public InvalidProtocolStateException(String s) {
        super(s);
    }

    public InvalidProtocolStateException(String s, Throwable throwable) {
        super(s, throwable);
    }

    public InvalidProtocolStateException(Throwable throwable) {
        super(throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy