Class PartitionNotAvailableException

  • All Implemented Interfaces:
    Serializable

    public class PartitionNotAvailableException
    extends GemFireException
    This exception is thrown when for the given fixed partition, datastore (local-max-memory > 0) is not available.
    Since:
    GemFire 6.6
    See Also:
    Serialized Form
    • Constructor Detail

      • PartitionNotAvailableException

        public PartitionNotAvailableException()
        Creates a new PartitionNotAvailableException with no detailed message.
      • PartitionNotAvailableException

        public PartitionNotAvailableException​(String message)
        Creates a new PartitionNotAvailableException with the given detail message.
        Parameters:
        message - the detail message
      • PartitionNotAvailableException

        public PartitionNotAvailableException​(Throwable cause)
        Creates a new PartitionNotAvailableException with the given cause and no detail message
        Parameters:
        cause - the cause
      • PartitionNotAvailableException

        public PartitionNotAvailableException​(String message,
                                              Throwable cause)
        Creates a new PartitionNotAvailableException with the given detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause