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