com.gemstone.gemfire
Class UnmodifiableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnmodifiableException
public UnmodifiableException(String message)
- Creates a new
UnmodifiableException.
Copyright © 1997-2012 VMware, Inc. All rights reserved.