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:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnmodifiableException
Creates a newUnmodifiableException.- Parameters:
message- the detail message
-