Class IndexRebuildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.elasticsearch.index.rebuild.IndexRebuildException
- All Implemented Interfaces:
Serializable
An exception which indicates an error when rebuilding an ElasticSearch index.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexRebuildException(String message) Constructor without Cause.IndexRebuildException(String message, Throwable cause) Full fledged constructor.IndexRebuildException(IndexRebuildService.Service service, Throwable cause) Constructor that builds an error message.IndexRebuildException(IndexRebuildService.Service service, org.opencastproject.security.api.Organization org, Throwable cause) Constructor that builds an error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexRebuildException
Constructor without Cause.- Parameters:
message- The error message.
-
IndexRebuildException
Full fledged constructor.- Parameters:
message- The error message.cause- The cause.
-
IndexRebuildException
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.
-