com.atlassian.confluence.search.v2
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FieldNotRequestedException
public FieldNotRequestedException(String msg)
FieldNotRequestedException
public FieldNotRequestedException(String msg,
Exception ex)