Class ObjectNotFoundException

All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends ApplicationException
Exception thrown when a dao does not find a requested object
Similar to hibernate ObjectNotFoundException
Author:
Nicolas Thibault
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException()
    • ObjectNotFoundException

      public ObjectNotFoundException(String message)
    • ObjectNotFoundException

      public ObjectNotFoundException(String message, Throwable cause)
  • Method Details