Class RejectException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LocalReadSizeTooLargeException, QueryMaterializesTooManyPrimaryKeysException, QueryReferencingTooManyIndexesException, RowIndexEntry.RowIndexEntryReadSizeTooLargeException, TombstoneOverwhelmingException

public abstract class RejectException extends RuntimeException
Represents a request to reject the current operation
See Also:
  • Constructor Details

    • RejectException

      public RejectException(String message)
    • RejectException

      public RejectException(String message, Throwable cause)
    • RejectException

      public RejectException(Throwable cause)
    • RejectException

      public RejectException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)