Package io.jans.as.server.rate
Class RateLimitedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.jans.as.server.rate.RateLimitedException
-
- All Implemented Interfaces:
Serializable
public class RateLimitedException extends Exception
- Author:
- Yuriy Z
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RateLimitedException(RateLimitType type, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RateLimitType
getType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RateLimitedException
public RateLimitedException(RateLimitType type, String message)
-
-
Method Detail
-
getType
public RateLimitType getType()
-
-