Class EntityNotFoundException

Object
Throwable
Exception
RuntimeException
EntityNotFoundException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=NOT_FOUND, reason="Registro nao encontrado ou acesso nao permitido.") public class EntityNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException()
    • EntityNotFoundException

      public EntityNotFoundException(String message)