Class IndexCreationException

All Implemented Interfaces:
Serializable

public class IndexCreationException extends QueryException
This class is used to represent any partitioned index creation exceptions.
See Also:
  • Constructor Details

    • 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 exception
      cause - the actual exception.