Class ExceptionBean

java.lang.Object
com.mayam.wf.exception.ExceptionBean
All Implemented Interfaces:
Serializable

public class ExceptionBean extends Object implements 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: