com.atlassian.confluence.search.v2
Class FieldNotRequestedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
FieldNotRequestedException(String msg)
           
FieldNotRequestedException(String msg, Exception ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldNotRequestedException

public FieldNotRequestedException(String msg)

FieldNotRequestedException

public FieldNotRequestedException(String msg,
                                  Exception ex)


Copyright © 2003-2011 Atlassian. All Rights Reserved.