Class ClientErrorCondition
java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientErrorCondition
- All Implemented Interfaces:
- ErrorCondition
Client implementation of the 
ErrorCondition type that wraps a
 Proton specific AMQP ErrorCondition.- 
Constructor SummaryConstructorsConstructorDescriptionCreate a newClientErrorConditioninstance with the given error informationClientErrorCondition(ErrorCondition condition) Create a newClientErrorConditionthat is a copy of the provided instance.
- 
Method Summary
- 
Constructor Details- 
ClientErrorConditionCreate a newClientErrorConditionthat is a copy of the provided instance.- Parameters:
- condition- The- ErrorConditionwhose information should be copied to the new value.
 
- 
ClientErrorConditionCreate a newClientErrorConditioninstance with the given error information- Parameters:
- condition- The condition value that defines the error type.
- description- A meaningful description of the error.
- info- Any additional information that must accompany the error.
 
 
- 
- 
Method Details- 
condition- Specified by:
- conditionin interface- ErrorCondition
- Returns:
- a value that indicates the type of error condition.
 
- 
descriptionDescription copied from interface:ErrorConditionDescriptive text that supplies any supplementary details not indicated by the condition value..- Specified by:
- descriptionin interface- ErrorCondition
- Returns:
- supplementary details not indicated by the condition value..
 
- 
info- Specified by:
- infoin interface- ErrorCondition
- Returns:
- a Mapcarrying information about the error condition.
 
 
-