org.frameworkset.web.token.ws.v2.TicketClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-security-web Show documentation
Show all versions of bboss-security-web Show documentation
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/
/**
*
*/
package org.frameworkset.web.token.ws.v2;
/**
* @author yinbp
*
* @Date:2016-11-14 00:34:24
*/
public class TicketClientException extends RuntimeException {
/**
*
*/
public TicketClientException() {
// TODO Auto-generated constructor stub
}
/**
* @param message
*/
public TicketClientException(String message) {
super(message);
// TODO Auto-generated constructor stub
}
/**
* @param cause
*/
public TicketClientException(Throwable cause) {
super(cause);
// TODO Auto-generated constructor stub
}
/**
* @param message
* @param cause
*/
public TicketClientException(String message, Throwable cause) {
super(message, cause);
// TODO Auto-generated constructor stub
}
/**
* @param message
* @param cause
* @param enableSuppression
* @param writableStackTrace
*/
public TicketClientException(String message, Throwable cause, boolean enableSuppression,
boolean writableStackTrace) {
super(message, cause, enableSuppression, writableStackTrace);
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy