Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends RuntimeException
Indicates that the server does not have a resource for the requested URL.

This normally corresponds to an HTTP 404 response.

Since:
1.1.0
Author:
Mark Allen
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)