Class 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 Detail

      • DataNotFoundException

        public DataNotFoundException​(Class<? extends IdDto> type,
                                     String id)
    • Method Detail

      • getType

        public Class<? extends IdDto> getType()
      • getId

        public String getId()