public class

NotFoundException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.jira.exception.NotFoundException
Known Direct Subclasses

Class Overview

The expected resource was not found. Corresponds to a 404 HTTP response.

Summary

Public Constructors
NotFoundException()
NotFoundException(String string)
NotFoundException(Throwable throwable)
NotFoundException(String string, Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotFoundException ()

public NotFoundException (String string)

public NotFoundException (Throwable throwable)

public NotFoundException (String string, Throwable throwable)