blob: 2867644c55b1a968b04bf47bf53b7d54930ee62d [file] [log] [blame]
package org.jsecurity.authc;
import org.jsecurity.ExceptionTest;
/**
* Created by IntelliJ IDEA.
* User: lhazlewood
* Date: Mar 29, 2008
* Time: 1:35:54 PM
* To change this template use File | Settings | File Templates.
*/
public class ExcessiveAttemptsExceptionTest extends ExceptionTest {
protected Class getExceptionClass() {
return ExcessiveAttemptsException.class;
}
}