Class LimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hivemq.extension.sdk.api.services.exception.LimitExceededException
- All Implemented Interfaces:
Serializable
public class LimitExceededException extends RuntimeException
Unchecked Exception which is thrown when a limit is exceeded by a passed parameter.
- Since:
- 4.0.0, CE 2019.1
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LimitExceededException(@NotNull String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString