Class StatNotFoundException

All Implemented Interfaces:
Serializable

public class StatNotFoundException extends NotFoundException
The exception thrown when a requested Stat cannot be found in the system.
See Also:
  • Constructor Details

    • StatNotFoundException

      public StatNotFoundException(Long id)
      This method constructs a new StatNotFoundException with the specified id value.
      Parameters:
      id - The id value of the missing Stat.
    • StatNotFoundException

      public StatNotFoundException(String name)
      This method constructs a new StatNotFoundException with the specified name value.
      Parameters:
      name - The name value of the missing Stat.