Class IndexRebuildException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.elasticsearch.index.rebuild.IndexRebuildException
All Implemented Interfaces:
Serializable

public class IndexRebuildException extends Exception
An exception which indicates an error when rebuilding an ElasticSearch index.
See Also:
  • Constructor Details

    • IndexRebuildException

      public IndexRebuildException(String message)
      Constructor without Cause.
      Parameters:
      message - The error message.
    • IndexRebuildException

      public IndexRebuildException(String message, Throwable cause)
      Full fledged constructor.
      Parameters:
      message - The error message.
      cause - The cause.
    • IndexRebuildException

      public IndexRebuildException(IndexRebuildService.Service service, Throwable cause)
      Constructor that builds an error message.
      Parameters:
      service - The service that's adding to the index.
      cause - The cause.
    • IndexRebuildException

      public IndexRebuildException(IndexRebuildService.Service service, org.opencastproject.security.api.Organization org, Throwable cause)
      Constructor that builds an error message.
      Parameters:
      service - The service that's adding to the index.
      org - The organization.
      cause - The cause.