Package io.apicurio.registry.mt.limits
Class LimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.registry.types.RegistryException
-
- io.apicurio.registry.mt.limits.LimitExceededException
-
- All Implemented Interfaces:
Serializable
public class LimitExceededException extends RegistryException
- Author:
- Fabian Martinez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LimitExceededException(String message)LimitExceededException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-