Class FieldNotRequestedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.search.v2.FieldNotRequestedException
-
- All Implemented Interfaces:
Serializable
public class FieldNotRequestedException extends RuntimeException
Exception thrown when an attempt is made to access a search field when it was not included in the collection of requested fields.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldNotRequestedException(String msg)
FieldNotRequestedException(String msg, Exception ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-