Class RepositoryInconsistentException

All Implemented Interfaces:
Serializable

public class RepositoryInconsistentException extends IllegalRepositoryStateException
Thrown when an operation cannot be routed to Mesh because all replicas of the target repository have been marked inconsistent (and needing repair) or failed (for example, because the hosting node is offline).
Since:
8.0
See Also:
  • Constructor Details

    • RepositoryInconsistentException

      public RepositoryInconsistentException(@Nonnull KeyedMessage message)
    • RepositoryInconsistentException

      public RepositoryInconsistentException(@Nonnull KeyedMessage message, @Nullable Throwable cause)