Class ListItemNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.formiko.usuel.exceptions.ListItemNotFoundException
All Implemented Interfaces:
Serializable

public class ListItemNotFoundException extends RuntimeException
exceptions class for a list item not found.
Author:
Hydrolien
See Also:
Serialized Form
  • Constructor Details

    • ListItemNotFoundException

      public ListItemNotFoundException(String name, int id)
      Constructs a new runtime exception with a detail message.
      Parameters:
      name - Name of the thing that haven't been found.
      id - Id of the thing that haven't been found.
    • ListItemNotFoundException

      public ListItemNotFoundException(String name)
      Constructs a new runtime exception with a detail message.
      Parameters:
      name - Name of the thing that haven't been found.