1
0
mirror of synced 2026-08-04 09:17:02 +00:00
This commit is contained in:
Luke Taylor
2009-07-08 23:27:53 +00:00
parent 8a3930e673
commit 3b1cdc3ab4
@@ -29,7 +29,7 @@ import org.springframework.security.core.AuthenticationException;
public class ProviderNotFoundException extends AuthenticationException {
//~ Constructors ===================================================================================================
/**
/**
* Constructs a <code>ProviderNotFoundException</code> with the specified
* message.
*
@@ -39,7 +39,7 @@ public class ProviderNotFoundException extends AuthenticationException {
super(msg);
}
/**
/**
* Constructs a <code>ProviderNotFoundException</code> with the specified
* message and root cause.
*