public class WrongClusterException extends RuntimeException
Constructor and Description |
---|
WrongClusterException(UUID expectedCluster,
UUID actualCluster)
Create a new
WrongClusterException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrongClusterException(@Nullable UUID expectedCluster, @Nullable UUID actualCluster)
WrongClusterException
.expectedCluster
- The cluster we expected to connect to.actualCluster
- The cluster we actually ended up connecting to.Copyright © 2019 CorfuDB. All rights reserved.