public final class

NotFoundException

extends RemoteException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.rpc.RemoteException
         ↳ com.atlassian.confluence.rpc.NotFoundException

Class Overview

Thrown when a remote method can't find an object specified by the caller.

Summary

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

Public Constructors

public NotFoundException ()

public NotFoundException (String message)

public NotFoundException (Throwable cause)

public NotFoundException (String message, Throwable cause)