Construct a MarshallException with an exception and a destination type
Parameters: paramType - The type we were trying to marshall Parameters: ex - error stack trace
JsonModeMarshallException
public JsonModeMarshallException(Class> paramType, String message)(Code)
Construct a MarshallException with a description message and exception
Parameters: paramType - The type we were trying to marshall Parameters: message - error description