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:
java.io.Serializable
- Direct Known Subclasses:
LocalReadSizeTooLargeException
,QueryReferencingTooManyIndexesException
,RowIndexEntry.RowIndexEntryReadSizeTooLargeException
,TombstoneOverwhelmingException
public abstract class RejectException extends java.lang.RuntimeException
Represents a request to reject the current operation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RejectException(java.lang.String message)
RejectException(java.lang.String message, java.lang.Throwable cause)
RejectException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
RejectException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RejectException
public RejectException(java.lang.String message)
-
RejectException
public RejectException(java.lang.String message, java.lang.Throwable cause)
-
RejectException
public RejectException(java.lang.Throwable cause)
-
RejectException
public RejectException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-