public class ProviderNotFoundException extends AuthenticationException
ProviderManager if no AuthenticationProvider could be found that supports the
presented Authentication object.| Constructor and Description |
|---|
ProviderNotFoundException(String msg)
Constructs a
ProviderNotFoundException with the specified
message. |
ProviderNotFoundException(String msg,
Throwable t)
Constructs a
ProviderNotFoundException with the specified
message and root cause. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProviderNotFoundException(String msg)
ProviderNotFoundException with the specified
message.msg - the detail messageCopyright © 2021. All rights reserved.