Class NotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AttachmentNotFoundException, IssueNotFoundException

public class NotFoundException extends RuntimeException
The expected resource was not found. Corresponds to a 404 HTTP response.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String string)
    • NotFoundException

      public NotFoundException(Throwable throwable)
    • NotFoundException

      public NotFoundException(String string, Throwable throwable)