ru.concerteza.springtomcat.components.registry.concurrent.ConcurrentSessionException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etomcat-components Show documentation
Show all versions of etomcat-components Show documentation
Additional components for Apache Tomcat
The newest version!
package ru.concerteza.springtomcat.components.registry.concurrent;
/**
* User: alexey
* Date: 4/29/12
*/
public class ConcurrentSessionException extends RuntimeException {
private static final long serialVersionUID = 3786976580626788476L;
public ConcurrentSessionException(String message) {
super(message);
}
}