Class BodyError
java.lang.Object
org.eclipse.keyple.core.util.json.BodyError
POJO used to transport the content of an 
Exception into a string.- Since:
- 2.0.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetCode()Gets the exception class name.Gets the associated exception.
- 
Constructor Details- 
BodyErrorBuilds an instance from an exception reference.- Parameters:
- exception- The exception.
- Since:
- 2.0.0
 
 
- 
- 
Method Details- 
getCodeGets the exception class name.- Returns:
- a not null value.
- Since:
- 2.0.0
 
- 
getExceptionGets the associated exception.- Returns:
- a not null reference.
- Since:
- 2.0.0
 
 
-