Class CorruptedTreeException

    • Constructor Detail

      • CorruptedTreeException

        public CorruptedTreeException​(String msg,
                                      @Nullable
                                      @Nullable Throwable cause,
                                      String grpName,
                                      int grpId,
                                      long... pageIds)
        Constructor.
        Parameters:
        msg - Message.
        cause - Cause.
        grpName - Cache group name.
        grpId - Cache group id.
        pageIds - PageId's that can be corrupted.
      • CorruptedTreeException

        public CorruptedTreeException​(String msg,
                                      @Nullable
                                      @Nullable Throwable cause,
                                      String grpName,
                                      String cacheName,
                                      String indexName,
                                      int grpId,
                                      long... pageIds)
        Constructor.
        Parameters:
        msg - Message.
        cause - Cause.
        grpName - Group name of potentially corrupted pages.
        cacheName - Cache name.
        indexName - Index name.
        grpId - Cache group id.
        pageIds - PageId's that can be corrupted.
      • CorruptedTreeException

        public CorruptedTreeException​(String msg,
                                      String cacheName,
                                      String indexName,
                                      String grpName,
                                      @Nullable
                                      @Nullable Throwable cause,
                                      int grpId,
                                      long... pageIds)
        Constructor.
        Parameters:
        msg - Message.
        cacheName - Cache name.
        indexName - Index name.
        grpName - Cache group name.
        cause - Cause.
        grpId - Cache group id.
        pageIds - PageId's that can be corrupted.