Class IndexException

All Implemented Interfaces:
Serializable

public class IndexException extends RuntimeException
An IndexException is a runtime exception which is thrown by a Imixs Workflow component if a index is not read or writable. .
Author:
rsoika
See Also:
  • Field Details

  • Constructor Details

    • IndexException

      public IndexException(String message)
    • IndexException

      public IndexException(String message, Exception e)
    • IndexException

      public IndexException(String aErrorCode, String message)
    • IndexException

      public IndexException(String aErrorCode, String message, Exception e)
    • IndexException

      public IndexException(String aErrorContext, String aErrorCode, String message)
    • IndexException

      public IndexException(String aErrorContext, String aErrorCode, String message, Exception e)
  • Method Details

    • getErrorContext

      public String getErrorContext()
    • setErrorContext

      public void setErrorContext(String errorContext)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)