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

public static class HomeService.HomeLimitExceededException extends RuntimeException
Thrown by HomeService.set(UUID, String, Position) when creating a new home would exceed HomeService.limitFor(UUID).
See Also:
  • Field Details

    • limit

      public final int limit
  • Constructor Details

    • HomeLimitExceededException

      public HomeLimitExceededException(int limit)