Package fr.ird.observe.dto
Class DataNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fr.ird.observe.dto.DataNotFoundException
-
- All Implemented Interfaces:
Serializable
public class DataNotFoundException extends RuntimeException
Pour signifier qu'on a demandé une resources non existente. Created on 18/08/15.- Author:
- Tony Chemit - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataNotFoundException(Class<? extends IdDto> type, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Class<? extends IdDto>getType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-