Class BodyError
- java.lang.Object
-
- org.eclipse.keyple.core.util.json.BodyError
-
public class BodyError extends java.lang.Object
POJO used to transport the content of anException
into a string.- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description BodyError(java.lang.Exception exception)
Builds an instance from an exception reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Gets the exception class name.java.lang.Exception
getException()
Gets the associated exception.
-