Module io.github.bucket4j.core
Class UsageOfObsoleteApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.bucket4j.distributed.versioning.BackwardCompatibilityException
-
- io.github.bucket4j.distributed.versioning.UsageOfObsoleteApiException
-
- All Implemented Interfaces:
Serializable
public class UsageOfObsoleteApiException extends BackwardCompatibilityException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsageOfObsoleteApiException(int requestedFormatNumber, int minSupportedFormatNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMinSupportedFormatNumber()intgetRequestedFormatNumber()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-