public class

NotFoundException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.crucible.spi.services.NotFoundException

Class Overview

Thrown by the spi services when a requested entity cannot be located.

Summary

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

Public Constructors

public NotFoundException (String s)

public NotFoundException (String s, PermId permId)

public NotFoundException (String s, Throwable throwable)

public NotFoundException (String s, PermId permId, Throwable throwable)

Public Methods

public PermId getPermId ()