org.acegisecurity.providers
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, getExtraInformation
contains, getMessage, getMostSpecificCause, getRootCause
public 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 causeCopyright © 2004-2014 Interface21, Inc. All Rights Reserved.