Class EntityNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class EntityNotFoundException
    extends RuntimeException
    Signals that an entity was not found in the system.

    This is translated into a 404 error by the exception resolver.

    Author:
    pavlidis
    See Also:
    Serialized Form
    • Constructor Detail

      • EntityNotFoundException

        public EntityNotFoundException​(String message)
      • EntityNotFoundException

        public EntityNotFoundException​(String message,
                                       Throwable cause)