Package org.apache.cassandra.db
Class RejectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cassandra.db.RejectException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LocalReadSizeTooLargeException,QueryMaterializesTooManyPrimaryKeysException,QueryReferencingTooManyIndexesException,RowIndexEntry.RowIndexEntryReadSizeTooLargeException,TombstoneOverwhelmingException
Represents a request to reject the current operation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRejectException(String message) RejectException(String message, Throwable cause) RejectException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) RejectException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RejectException
-
RejectException
-
RejectException
-
RejectException
-