public class ProviderNotFoundException extends AuthenticationException
ProviderManager if no AuthenticationProvider could be found that supports the
presented Authentication object.| Constructor and Description |
|---|
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. |
getAuthentication, getExtraInformationcontains, getMessage, getMostSpecificCause, getRootCausepublic ProviderNotFoundException(java.lang.String msg)
ProviderNotFoundException with the specified
message.msg - the detail messagepublic ProviderNotFoundException(java.lang.String msg,
java.lang.Throwable t)
ProviderNotFoundException with the specified
message and root cause.msg - the detail messaget - root cause