Class IndexMaintenanceException

    • Constructor Detail

      • IndexMaintenanceException

        public IndexMaintenanceException()
        Creates a new instance of IndexMaintenanceException without detail message.
      • IndexMaintenanceException

        public IndexMaintenanceException​(String msg)
        Constructs an instance of IndexMaintenanceException with the specified detail message.
        Parameters:
        msg - the detail message.
      • IndexMaintenanceException

        public IndexMaintenanceException​(String msg,
                                         Throwable cause)
        Constructs an instance of IndexMaintenanceException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • IndexMaintenanceException

        public IndexMaintenanceException​(Throwable cause)
        Constructs an instance of IndexMaintenanceException with the specified cause.
        Parameters:
        cause - the causal Throwable