public class ClusterStateFailureException extends DataAccessResourceFailureException
DataAccessResourceFailureException
indicating the current local snapshot of cluster state does no longer
represent the actual remote state. This can happen nodes are removed from cluster, slots get migrated to other nodes
and so on.Constructor and Description |
---|
ClusterStateFailureException(String msg)
Creates new
ClusterStateFailureException . |
ClusterStateFailureException(String msg,
Throwable cause)
Creates new
ClusterStateFailureException . |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClusterStateFailureException(String msg)
ClusterStateFailureException
.msg
- the detail message.public ClusterStateFailureException(String msg, Throwable cause)
ClusterStateFailureException
.msg
- the detail message.cause
- the nested exception.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.