Uses of Class
software.amazon.awssdk.services.xray.model.RootCauseException
-
Packages that use RootCauseException Package Description software.amazon.awssdk.services.xray.model -
-
Uses of RootCauseException in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type RootCauseException Modifier and Type Method Description List<RootCauseException>ErrorRootCauseEntity. exceptions()The types and messages of the exceptions.List<RootCauseException>FaultRootCauseEntity. exceptions()The types and messages of the exceptions.Methods in software.amazon.awssdk.services.xray.model with parameters of type RootCauseException Modifier and Type Method Description ErrorRootCauseEntity.BuilderErrorRootCauseEntity.Builder. exceptions(RootCauseException... exceptions)The types and messages of the exceptions.FaultRootCauseEntity.BuilderFaultRootCauseEntity.Builder. exceptions(RootCauseException... exceptions)The types and messages of the exceptions.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type RootCauseException Modifier and Type Method Description ErrorRootCauseEntity.BuilderErrorRootCauseEntity.Builder. exceptions(Collection<RootCauseException> exceptions)The types and messages of the exceptions.FaultRootCauseEntity.BuilderFaultRootCauseEntity.Builder. exceptions(Collection<RootCauseException> exceptions)The types and messages of the exceptions.
-