Uses of Interface
org.projectnessie.error.NessieError
-
Packages that use NessieError Package Description org.projectnessie.error -
-
Uses of NessieError in org.projectnessie.error
Classes in org.projectnessie.error that implement NessieError Modifier and Type Class Description classImmutableNessieErrorImmutable implementation ofNessieError.Methods in org.projectnessie.error with parameters of type NessieError Modifier and Type Method Description static Optional<BaseNessieClientServerException>ErrorCode. asException(NessieError error)static ImmutableNessieErrorImmutableNessieError. copyOf(NessieError instance)Creates an immutable copy of aNessieErrorvalue.ImmutableNessieError.BuilderImmutableNessieError.Builder. from(NessieError instance)Fill a builder with attribute values from the providedNessieErrorinstance.Constructors in org.projectnessie.error with parameters of type NessieError Constructor Description BaseNessieClientServerException(NessieError error)Create an exception.NessieConflictException(NessieError error)NessieContentNotFoundException(NessieError error)NessieNotFoundException(NessieError error)NessieReferenceAlreadyExistsException(NessieError error)NessieReferenceConflictException(NessieError error)NessieReferenceNotFoundException(NessieError error)
-