public class

FieldNotRequestedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.confluence.search.v2.FieldNotRequestedException

Class Overview

Exception thrown when an attempt is made to access a search field when it was not included in the collection of requested fields.

Summary

Public Constructors
FieldNotRequestedException(String msg)
FieldNotRequestedException(String msg, Exception ex)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FieldNotRequestedException (String msg)

public FieldNotRequestedException (String msg, Exception ex)