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:
  • Constructor Details

    • FieldNotRequestedException

      public FieldNotRequestedException(String msg)
    • FieldNotRequestedException

      public FieldNotRequestedException(String msg, Exception ex)