public class AggregateExceptionEntry extends Object
This class simply manages target object involved in the individual operation failure within the aggregate operation, and the cause of the failure.
| Constructor and Description | 
|---|
AggregateExceptionEntry(Throwable cause,
                       AttributeValue target)
Construct an AggregateExceptionEntry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getCause()
Gets the cause of the individual operation failure 
 | 
AttributeValue | 
getTarget()
Gets the target object involved in the
 individual operation failure 
 | 
public AggregateExceptionEntry(Throwable cause, AttributeValue target)
cause - the exception that occurredtarget - the target object involved in the
                      individual operation failurepublic final Throwable getCause()
public final AttributeValue getTarget()
Copyright © 2025. All rights reserved.