package ae.dxbpolice.eps.business.service.security.exception;
import org.acegisecurity.AuthenticationException;
/**
* Description:
*
* Copyright 2008 I-Soft.
*
* @author Ali Abdel-Aziz
* @version 1.0
* @since 21/05/2008
*/
public class SSOAuthenticationException extends AuthenticationException {
public SSOAuthenticationException() {
super("SSO Authentication Exception");
}
}