public class AuthenticationFailedException extends GemFireSecurityException
Constructor and Description |
---|
AuthenticationFailedException(String message)
Constructs instance of
AuthenticationFailedException with
error message. |
AuthenticationFailedException(String message,
Throwable cause)
Constructs instance of
AuthenticationFailedException with
error message and cause. |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AuthenticationFailedException(String message)
AuthenticationFailedException
with
error message.message
- the error messageCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.