Class LimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.gov.gchq.gaffer.commonutil.exception.LimitExceededException
-
- All Implemented Interfaces:
Serializable
public class LimitExceededException extends RuntimeException
ALimitExceededException
is aRuntimeException
that will be thrown when an operation exceeds, or would exceed, some constraining limit.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LimitExceededException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LimitExceededException
public LimitExceededException(String message)
-
-