com.gemstone.gemfire.security
Class AuthenticationRequiredException
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.AuthenticationRequiredException
- All Implemented Interfaces:
- Serializable
public class AuthenticationRequiredException
- extends GemFireSecurityException
Thrown if the distributed system is in secure mode and this client/peer has
not set the security credentials.
- 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 |
AuthenticationRequiredException
public AuthenticationRequiredException(String message)
- Constructs instance of
NotAuthenticatedException with error
message.
- Parameters:
message - the error message
AuthenticationRequiredException
public AuthenticationRequiredException(String message,
Throwable cause)
- Constructs instance of
NotAuthenticatedException with error
message and cause.
- Parameters:
message - the error messagecause - a Throwable that is a cause of this exception
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.