Package com.levigo.jadice.server
Class LimitExceeded
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.levigo.jadice.server.LimitExceeded
-
- All Implemented Interfaces:
Serializable
public class LimitExceeded extends RuntimeException
An exception indicating that a limit has been exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LimitExceeded(Limit limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Limit
getLimit()
TheLimit
that triggered the exception.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-