public class PartialListClustersException extends RuntimeException
Constructor and Description |
---|
PartialListClustersException(List<String> unavailableZones,
List<Cluster> clusters)
This method is considered an internal implementation detail and not meant to be used by
applications.
|
Modifier and Type | Method and Description |
---|---|
List<Cluster> |
getClusters()
A partial list of clusters that were found in the available zones.
|
List<String> |
getUnavailableZones()
A list of zones, whose unavailability caused this error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 Google LLC. All rights reserved.