Class PdxFieldDoesNotExistException

  • All Implemented Interfaces:
    Serializable

    public class PdxFieldDoesNotExistException
    extends GemFireException
    Thrown when a PDX field does not exist and the current operation requires its existence. PDX fields exist after they are written by one of the writeXXX methods on PdxWriter.
    Since:
    GemFire 6.6
    See Also:
    Serialized Form
    • Constructor Detail

      • PdxFieldDoesNotExistException

        public PdxFieldDoesNotExistException​(String message)
        Constructs a new exception with the given message
        Parameters:
        message - the message of the new exception