|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.ProviderNotFoundException
public class ProviderNotFoundException
Thrown by ProviderManager if no AuthenticationProvider could be found that supports the
presented Authentication object.
| Constructor Summary | |
|---|---|
ProviderNotFoundException(java.lang.String msg)
Constructs a ProviderNotFoundException with the specified
message. |
|
ProviderNotFoundException(java.lang.String msg,
java.lang.Throwable t)
Constructs a ProviderNotFoundException with the specified
message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.security.core.AuthenticationException |
|---|
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderNotFoundException(java.lang.String msg)
ProviderNotFoundException with the specified
message.
msg - the detail message
public ProviderNotFoundException(java.lang.String msg,
java.lang.Throwable t)
ProviderNotFoundException with the specified
message and root cause.
msg - the detail messaget - root cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||