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

com.alicp.jetcache.support.CacheEncodeException Maven / Gradle / Ivy

The newest version!
package com.alicp.jetcache.support;

import com.alicp.jetcache.CacheException;

/**
 * Created on 2016/12/23.
 *
 * @author huangli
 */
public class CacheEncodeException extends CacheException {

    private static final long serialVersionUID = -1768444197009616269L;

    public CacheEncodeException(String message, Throwable cause) {
        super(message, cause);
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy