Class NotFoundException

All Implemented Interfaces:
Serializable

@ResponseStatus(NOT_FOUND) public class NotFoundException extends AbstractLocalifyException
Exception thrown when a requested resource could not be found.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
      Constructs a new NotFoundException with a default message.
    • NotFoundException

      public NotFoundException(String message)
      Constructs a new NotFoundException with the specified message.
      Parameters:
      message - The detail message.