Class EntityNotFoundException

All Implemented Interfaces:
Serializable

public class EntityNotFoundException extends ApplicationException
See Also:
  • Constructor Details

    • EntityNotFoundException

      public EntityNotFoundException(String message, Throwable cause, Object... args)
    • EntityNotFoundException

      public EntityNotFoundException(String message, Object... args)
    • EntityNotFoundException

      public EntityNotFoundException(Throwable cause, Object... args)
    • EntityNotFoundException

      public EntityNotFoundException(Class<?> entityClass, Throwable cause, Object... args)
      constructor for getOne
    • EntityNotFoundException

      public EntityNotFoundException(Class<?> entityClass, long entityId, Object... args)
      constructor for getFromId
  • Method Details