Package org.apache.geode.cache.query
Class IndexCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.geode.GemFireCheckedException
org.apache.geode.cache.query.QueryException
org.apache.geode.cache.query.IndexCreationException
- All Implemented Interfaces:
Serializable
This class is used to represent any partitioned index creation exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor with a string message representing the problem.IndexCreationException(String msg, Throwable cause) Constructor with a string message representing the problem and also the throwable. -
Method Summary
Methods inherited from class org.apache.geode.GemFireCheckedException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexCreationException
Constructor with a string message representing the problem.- Parameters:
msg- message representing the cause of exception
-
IndexCreationException
Constructor with a string message representing the problem and also the throwable.- Parameters:
msg- representing the cause of exceptioncause- the actual exception.
-