Gemfire JavaDocs_test
Package org.apache.geode
Class UnmodifiableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.UnmodifiableException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnmodifiableException extends GemFireException
AUnmodifiableException
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 newUnmodifiableException
.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-