Package com.mayam.wf.exception
Class ExceptionBean
java.lang.Object
com.mayam.wf.exception.ExceptionBean
- All Implemented Interfaces:
Serializable
A bean representation of a generic exception, for use with a serializer such as Jackson.
It allows for the wire transmission of a full exception chain with messages and
stacktraces. It features trace terminators, a set of class names that are not allowed
to appear in the trace (typically container invokers).
- Author:
- Markus MÃ¥rtensson
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Describes a class, typically an Exception, which contains an ExceptionBean.static class
Class representing a link in an exception chain. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
ExceptionBean
public ExceptionBean() -
ExceptionBean
-
ExceptionBean
-
-
Method Details
-
getLinks
-
setLinks
-