com.gemstone.gemfire.security
Class AuthenticationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.security.GemFireSecurityException
com.gemstone.gemfire.security.AuthenticationFailedException
- All Implemented Interfaces:
- Serializable
public class AuthenticationFailedException
- extends GemFireSecurityException
Thrown if authentication of this client/peer fails.
- Since:
- 5.5
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthenticationFailedException
public AuthenticationFailedException(String message)
- Constructs instance of
AuthenticationFailedException with
error message.
- Parameters:
message - the error message
AuthenticationFailedException
public AuthenticationFailedException(String message,
Throwable cause)
- Constructs instance of
AuthenticationFailedException with
error message and cause.
- Parameters:
message - the error messagecause - a Throwable that is a cause of this exception
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.