VMware GemFire Java API Reference
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
public class UnmodifiableException extends GemFireException
AUnmodifiableExceptionis 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(String message)Creates a newUnmodifiableException.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnmodifiableException
public UnmodifiableException(String message)
Creates a newUnmodifiableException.- Parameters:
message- the detail message
-
-