Package org.apache.geode.management.api
Class ClusterManagementRealizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.management.api.ClusterManagementException
org.apache.geode.management.api.ClusterManagementRealizationException
- All Implemented Interfaces:
Serializable
Thrown by
ClusterManagementService.create(AbstractConfiguration), update, and delete
operations
which have a possibility of "partial" failure.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionfor internal use only -
Method Summary
Modifier and TypeMethodDescriptionAClusterManagementService.create(AbstractConfiguration)operation may fail on all members or only some.Methods inherited from class org.apache.geode.management.api.ClusterManagementException
getResult, getStatusCode, getStatusMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusterManagementRealizationException
for internal use only- Parameters:
result- theClusterManagementRealizationResultto set
-
-
Method Details
-
getMemberStatuses
AClusterManagementService.create(AbstractConfiguration)operation may fail on all members or only some. This will return the per-member status.- Returns:
- a list of
RealizationResults
-