Class HomeService.HomeLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.mathildeuh.youneedme.api.homes.HomeService.HomeLimitExceededException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
HomeService
Thrown by
HomeService.set(UUID, String, Position) when creating a new home would exceed HomeService.limitFor(UUID).- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
limit
public final int limit
-
-
Constructor Details
-
HomeLimitExceededException
public HomeLimitExceededException(int limit)
-