@Beta public final class UpdateRelationshipFailureException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
UpdateRelationshipFailureException.Builder |
static class |
UpdateRelationshipFailureException.Failure |
Modifier and Type | Method and Description |
---|---|
Iterable<UpdateRelationshipFailureException.Failure> |
failures() |
UpdateRelationshipFailureException.Failure |
firstFailure() |
RelationshipKey |
getRelationshipKey() |
boolean |
hasFailures() |
static UpdateRelationshipFailureException.Builder |
newUpdateRelationshipsResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RelationshipKey getRelationshipKey()
public boolean hasFailures()
public UpdateRelationshipFailureException.Failure firstFailure()
public Iterable<UpdateRelationshipFailureException.Failure> failures()
public static UpdateRelationshipFailureException.Builder newUpdateRelationshipsResult()