Class IndexServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.index.service.exception.IndexServiceException
All Implemented Interfaces:
Serializable

public class IndexServiceException extends Exception
An exception which indicates an error when creating a response.
See Also:
  • Constructor Details

    • IndexServiceException

      public IndexServiceException(String message)
      Constructor without cause.
      Parameters:
      message -
    • IndexServiceException

      public IndexServiceException(String message, Throwable cause)
      Full fledged constructor.
      Parameters:
      message -
      cause -