Class CheckIndex.Status.SoftDeletsStatus

  • Enclosing class:
    CheckIndex.Status

    public static final class CheckIndex.Status.SoftDeletsStatus
    extends java.lang.Object
    Status from testing soft deletes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Throwable error
      Exception thrown during soft deletes test (null on success)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • error

        public java.lang.Throwable error
        Exception thrown during soft deletes test (null on success)
    • Constructor Detail

      • SoftDeletsStatus

        SoftDeletsStatus()