public class UnknownHostAuthenticationServiceException
extends org.springframework.security.authentication.AuthenticationServiceException
| Constructor and Description |
|---|
UnknownHostAuthenticationServiceException(String msg)
Constructs an
AuthenticationServiceException with the specified message. |
UnknownHostAuthenticationServiceException(String msg,
Throwable t)
Constructs an
AuthenticationServiceException with the specified message and root
cause. |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthenticationaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownHostAuthenticationServiceException(String msg)
AuthenticationServiceException with the specified message.msg - the detail messageCopyright © 2019 Communote team. All rights reserved.