com.gemstone.gemfire.security
Class GemFireSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.security.GemFireSecurityException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthenticationFailedException, AuthenticationRequiredException, NotAuthorizedException
public class GemFireSecurityException
- extends GemFireException
The base class for all com.gemstone.gemfire.security related
exceptions.
- 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 |
GemFireSecurityException
public GemFireSecurityException(String message)
- Constructs instance of
SecurityException with error message.
- Parameters:
message - the error message
GemFireSecurityException
public GemFireSecurityException(String message,
Throwable cause)
- Constructs instance of
SecurityException 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.