public class

NotFoundException

extends ResourceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.bitbucket.rest.ResourceException
           ↳ com.atlassian.bitbucket.rest.NotFoundException

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.rest.ResourceException
Public Constructors
NotFoundException(String message)
NotFoundException(String context, String message)
Construct new NotFoundException with error context and message.
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.ResourceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotFoundException (String message)

public NotFoundException (String context, String message)

Construct new NotFoundException with error context and message.

Parameters
context error context
message error message