com.gemstone.gemfire.cache.query
Class IndexExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.IndexExistsException
- All Implemented Interfaces:
- Serializable
public class IndexExistsException
- extends QueryException
Thrown while creating the new index if there exists an Index with
the same definition as new index.
- Since:
- 4.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IndexExistsException
public IndexExistsException(String msg)
- Constructs instance of IndexNameConflictException with error message
- Parameters:
msg - the error message
IndexExistsException
public IndexExistsException(String msg,
Throwable cause)
- Constructs instance of IndexNameConflictException with error message and cause
- Parameters:
msg - the error messagecause - a Throwable that is a cause of this exception
Copyright © 2002-2010 GemStone Systems, Inc. All Rights Reserved.