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 Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityNotFoundException
public EntityNotFoundException() -
EntityNotFoundException
-