Class UnmodifiableException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      UnmodifiableException​(java.lang.String message)
      Creates a new UnmodifiableException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UnmodifiableException

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