Class 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 Detail

      • FieldNotRequestedException

        public FieldNotRequestedException​(String msg)
      • FieldNotRequestedException

        public FieldNotRequestedException​(String msg,
                                          Exception ex)