|
@@ -29,7 +29,7 @@ import org.springframework.security.core.AuthenticationException;
|
|
public class ProviderNotFoundException extends AuthenticationException {
|
|
public class ProviderNotFoundException extends AuthenticationException {
|
|
//~ Constructors ===================================================================================================
|
|
//~ Constructors ===================================================================================================
|
|
|
|
|
|
-/**
|
|
|
|
|
|
+ /**
|
|
* Constructs a <code>ProviderNotFoundException</code> with the specified
|
|
* Constructs a <code>ProviderNotFoundException</code> with the specified
|
|
* message.
|
|
* message.
|
|
*
|
|
*
|
|
@@ -39,7 +39,7 @@ public class ProviderNotFoundException extends AuthenticationException {
|
|
super(msg);
|
|
super(msg);
|
|
}
|
|
}
|
|
|
|
|
|
-/**
|
|
|
|
|
|
+ /**
|
|
* Constructs a <code>ProviderNotFoundException</code> with the specified
|
|
* Constructs a <code>ProviderNotFoundException</code> with the specified
|
|
* message and root cause.
|
|
* message and root cause.
|
|
*
|
|
*
|