Class UnmodifiableException

  • All Implemented Interfaces:
    Serializable

    public class UnmodifiableException
    extends GemFireException
    A UnmodifiableException is thrown when a an attempt is made to modify a GemFire member configuration attribute that can not currently be modified. In most cases the reason it can not be modified is that the member is active.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnmodifiableException

        public UnmodifiableException​(String message)
        Creates a new UnmodifiableException.
        Parameters:
        message - the detail message