Class NotFoundException

  • All Implemented Interfaces:
    Serializable

    public class NotFoundException
    extends RestHandlerException
    A special exception that indicates that an element was not found and that the request should be answered with a 404 return code.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotFoundException

        public NotFoundException​(String message)
      • NotFoundException

        public NotFoundException​(String message,
                                 Throwable cause)