Package fr.formiko.usuel.exceptions
Class ListItemNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.formiko.usuel.exceptions.ListItemNotFoundException
- All Implemented Interfaces:
- Serializable
exceptions class for a list item not found.
- Author:
- Hydrolien
- See Also:
- Serialized Form
- 
Constructor SummaryConstructorsConstructorDescriptionListItemNotFoundException(String name)Constructs a new runtime exception with a detail message.ListItemNotFoundException(String name, int id)Constructs a new runtime exception with a detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ListItemNotFoundExceptionConstructs 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.
 
- 
ListItemNotFoundExceptionConstructs a new runtime exception with a detail message.- Parameters:
- name- Name of the thing that haven't been found.
 
 
-