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

org.frameworkset.security.session.SignSessionIDException Maven / Gradle / Ivy

Go to download

support session share between application cluster nodes and cross domain application nodes.support good application session monitor and session data statitic module.demo site http://session.bbossgroups.com/

The newest version!
/**
 * 
 */
package org.frameworkset.security.session;

import org.frameworkset.security.session.impl.SessionException;

/**
 * @author yinbp
 *
 * @Date:2016-12-22 13:00:23
 */
public class SignSessionIDException extends SessionException {

	public SignSessionIDException(String message, Throwable cause, boolean enableSuppression,
			boolean writableStackTrace) {
		super(message, cause, enableSuppression, writableStackTrace);
		// TODO Auto-generated constructor stub
	}

	public SignSessionIDException(String message, Throwable cause) {
		super(message, cause);
		// TODO Auto-generated constructor stub
	}

	public SignSessionIDException(String message) {
		super(message);
		// TODO Auto-generated constructor stub
	}

	public SignSessionIDException(Throwable cause) {
		super(cause);
		// TODO Auto-generated constructor stub
	}

	/**
	 * 
	 */
	public SignSessionIDException() {
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy