com.gemstone.gemfire.cache.query
Class IndexCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.query.QueryException
com.gemstone.gemfire.cache.query.IndexCreationException
- All Implemented Interfaces:
- Serializable
public class IndexCreationException
- extends QueryException
This class is used to represent any partitioned index creation exceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IndexCreationException
public IndexCreationException(String msg)
- Constructor with a string message representing the problem.
- Parameters:
msg
- message representing the cause of exception
IndexCreationException
public IndexCreationException(String msg,
Throwable cause)
- Constructor with a string message representing the problem and also the
throwable.
- Parameters:
msg
- representing the cause of exceptioncause
- the actual exception.
Copyright © 1997-2012 VMware, Inc. All rights reserved.